Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 897 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 897 Bytes

#Twitter Browser Example This is a simple application that was built for the Introduction to Sproutcore traning series put on by Strobe. It is expected to be running on Sproutcore 1.6. You can view the video for building this application here.

#Running the applicaiton The application depends on a backend rails client that simplifies and aggregates the json coming from the twitter api. You can find the backend here. First start the rails server, then run sc-server and goto http://localhost:4020/twitter_browser.

#Other Example Backends