Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.38 KB

InstaLytics

Introduction

InstaLytics is a data analytics web application that calculates & displays important Instagram metrics for your Instagram business account. Not only does InstaLytics display metrics from Instagram's in-app analytics, but it also calculates unique metrics such as engagement rate, reach rate and follower growth rate, that are essential when evaluating the success of a profile.

This application uses Vue.js and Express.js, and makes use of the Instagram Graph API.

Screenshots

Dashboard Demographic Charts
Instagram Posts Post Analytics

Running locally

If you would like to run this locally, simply run the following command in this directory:

npm run dev --silent

The dependencies have been installed in "node_modules". If for some reason you are having issues with dependencies then delete this folder and run:

npm install

Which will reinstall the dependencies.