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.
Dashboard | Demographic Charts |
---|---|
Instagram Posts | Post Analytics |
---|---|
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.