backbone
backbone copied to clipboard
A simple backbone application
Simple Backbone Twitter application
Usage:
- Express.js + Backbone.js + Jade + Less
- node app.js
- open http://localhost:3000/
- search a word in twitter
- Node.js server + Backbone.js
- node node.js
- open http://localhost:3000/index.html
- search a word in twitter
- 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.
.