An open API service indexing awesome lists of open source software.

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

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