Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 331 Bytes

File metadata and controls

11 lines (9 loc) · 331 Bytes

Test Instagram Node package

A VERY simple Express application to extract pictures from Instagram by hashtags.

Installation:

  • git clone git@github.com:loic-d/test-instagram-api.git
  • cd test-instagram-api
  • npm install
  • add your CLIENT_ID and CLIENT_ID_SECRET in app.js
  • node app.js
  • go to http://localhost:8888