Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jedahan/twitter-sample
- Owner: jedahan
- Created: 2013-03-01T17:54:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T21:47:42.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T01:02:58.712Z (3 months ago)
- Language: CoffeeScript
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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