Stream Instagram photos and tweets tagged in real time.
The config.coffee
file has all settings for Instagram and Twitter API and also the Hashtag to stream.
Install dependencies
npm install
bower install
This project uses Gulp to run tasks. Run Gulp to compile CoffeeScript and Sass files.
gulp compile
Finnaly you can run the application.
node server.js
To receive stream updates from Instagram, it needs to access your server to post updates. You can use localtunnel.me to create a tunnel to serve your localhost to the Internet.