Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 613 Bytes

Instagrid: A Simple React Instagram Grid via Sinatra

Instagrid

Demo

Running Locally

Server uses rack, so it's as easy as...

bundle install
rackup

Running on Cloud Foundry

cf push APP_NAME

Configuration

Close to the bottom of index.html you'll see this line...

<InstaGrid userID="instagram" />

Change the userID value to any instagram user and it will pull their 20 latest photos. Instragrid uses the public APIs so no API tokens are needed.