#picStream
A Node.js application built to run on Azure Web Services to stream pictures in real time from social media services. Currently Twitter© and Instagram© are supported.
##Requires
-
Node.js version 0.10.23 or newer.
-
Run npm install from the main directory to pull down packages outlined in package.json.
-
A config.json populated with correct values for Microsoft Azure(contents withheld).
##Additional Steps to Run Locally
-
Download and run nGrok from the shell or command prompt with the parameter 3000 to allow the Instagram API to push updates down to your local node instace.
-
Copy the http url from nGrok and paste it into your config.json for the "INSTAGRAM_CALLBACK" key.
-
Run Node app to start the sevice.