-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME
37 lines (26 loc) · 795 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.
.