Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jedahan/twitter-sample

sockets and twitter and restify oh my!
https://github.com/jedahan/twitter-sample

Last synced: about 2 months ago
JSON representation

sockets and twitter and restify oh my!

Awesome Lists containing this project

README

        

# Twitter Socket.IO sample

## Dependencies

* [node.js][] (`brew install node`)

## Getting the code

* `git clone https://github.com/jedahan/twitter-sample.git`

## Installation

* `npm install` will install node libraries, then client libraries (using bower)
* Put your twitter credentials in `credentials.json`, (`mv credentials.json{.template,} && subl credentials.json`)

## Running

* `npm start` will compile the client scripts and start the server

[node.js]: nodejs.org