Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 826 Bytes

File metadata and controls

23 lines (13 loc) · 826 Bytes

#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

  1. 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.

  2. Copy the http url from nGrok and paste it into your config.json for the "INSTAGRAM_CALLBACK" key.

  3. Run Node app to start the sevice.