https://github.com/thinkphp/express-tweets
O'Reilly Book Node.js Up and Running. Chapter 2. Let's Build Twitter Working Code
https://github.com/thinkphp/express-tweets
Last synced: 5 months ago
JSON representation
O'Reilly Book Node.js Up and Running. Chapter 2. Let's Build Twitter Working Code
- Host: GitHub
- URL: https://github.com/thinkphp/express-tweets
- Owner: thinkphp
- Created: 2013-03-09T09:36:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T12:41:36.000Z (almost 13 years ago)
- Last Synced: 2025-06-10T07:06:37.453Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-tweets
O'Reilly [Book] Node.js Up and Running - Part 1 => Chapter 2 Doing Interesting Things => Let's Build Twitter (working code for Express 3.0 and ejs embedded JavaScript for node renderer without partials)
# Installation
```
$ git clone git@github.com:thinkphp/express-tweets.git
$ npm install express
$ npm install ejs
$ node app.js
```
# Usage
Open a browser and go to http://localhost:8080
[Book]: http://shop.oreilly.com/product/0636920015956.do