Skip to content

jonjchew/instagram-node-d3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#realtime

http://noded3.herokuapp.com

Based on your desired hashtag, view live Instagram posts around the world beautifully in realtime.

We wanted to mainly experiment witth D3.js, as well as build a Node.js application from scratch. Also utilizes websockets to provide live updates to the client from the server.

###To run locally:

  1. Install package dependencies: $ npm install
  2. Using config/default.sample.json as an example, create a config/default.json
  • Fill in your Instagram client ID and client secret
  • Using a tunnel such as ngrok, put your url in "root_url" to direct your Instagram subscriptions
  1. Run! $ npm start
  2. To run tests: $ npm test

About

Node.js / D3.js / socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published