Skip to content

nxbdi/backbone

 
 

Repository files navigation

Simple Backbone Twitter application

Usage:

1) Express.js + Backbone.js + Jade +  Less
- node app.js
- open http://localhost:3000/
- search a word in twitter


2) Node.js server + Backbone.js
- node node.js
- open http://localhost:3000/index.html
- search a word in twitter


3) CoffeeScript
- (coffee --compile --watch .&); nodemon server.js
- open http://localhost:4000/


Upload to Heroku:
https://devcenter.heroku.com/articles/nodejs
heroku create --stack cedar
git push heroku master
heroku ps:scale web=1
http://tweegle.herokuapp.com/

Upload to Cloud Foundry:
http://blog.mongodb.org/post/6587009156/cloudfoundry-mongodb-and-nodejs
vmc login
vmc push || vmc update app_name
http://tweegle.cloudfoundry.com/

You need to modify static/js/App.js with your own Yahoo and CloudMade keys.

.

About

A simple backbone application

Resources

Stars

Watchers

Forks

Packages

No packages published