Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 636 Bytes

DemoGram

Description:

Simple Instagram client built with SproutCore 2.0 and the Browser Package Manager (BPM) tools.

Features / Problems:

Touch gesture support on iOS.

  • Tap an image to view details.
  • Pinch and pan to zoon on the image in the details view.

Requirements:

BPM - http://getbpm.org or http://sproutcutter.heroku.com

$ gem install bpm

Configure:

Obtain a Client ID from http://instagram.com/developer and add the Client ID to app/main.js

App.INSTAGRAM_CLIENT_ID="CLIENT ID GOES HERE"

Run:

From your project directory run:

$ bpm preview

Open http://localhost:4020 in your browser.