Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1015 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 1015 Bytes

Thanksgiving App

This is a sample Cloud Foundry App that shows a real time feed of Instagram images that have the #thanksgiving tag.

The feed is refreshewd in realtime using sock.js and consumes the Instagram Api.

See it live here: http://thanksgiving.cloudfoundry.com/.

NOTE This application is not affiliated with Instagram. This is just a demo.

Deploying the App to Cloud Foundry

git clone git://github.com/videlalvaro/thanksgiving.git
cd thanksgiving
vmc push --runtime node08

Then you will need to set the following env variables for your app:

vmc env-add thanksgiving CLIENT_ID=$CLIENT_ID
vmc env-add thanksgiving CLIENT_SECRET=$CLIENT_SECRET

Use the values from your Instagram developer account.

License

See the LICENSE file.

Credits

@old_sound.