ToWelie89 / InstagramAnalytics

Web app that can be used to fetch an instagram users posts and analyze data from it

Home Page:http://martinsonesson.se/instagramanalytics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DO NOTE: The Instagram API that this project relied on has been terminated because Instagram have implemented lots of restrictions on who can access their data, which means this project is useless from now on.

InstagramAnalytics

Demo: http://martinsonesson.se/instagramanalytics/

How to run locally

  1. Clone the repo
  2. Run
npm install
  1. Run
grunt
  1. Start a local server by running
npm start

You should now be able to demo the application by visiting http://localhost:8080

The API

At the moment this application does NOT communicate with the official Instagram API due to limitations introduced to the API recently. Instead I am using a third part API, namely this one.

About

Web app that can be used to fetch an instagram users posts and analyze data from it

http://martinsonesson.se/instagramanalytics/


Languages

Language:HTML 46.5%Language:CSS 41.1%Language:JavaScript 12.4%