twitter-conference
v0.2.0
Published
Twitter online conference
Downloads
7
Readme
Twitter online conference
It's a small example how to create twitter online conference with Node.js, Twitter Streaming API and Websockets.
Article about this in Russian in my blog.
How to run
node lib/twitter.js --name <twitter name> --password <twitter password> --hash <search hashtag>
Then open examples/index.html in your browser for demo.
Requirements
- Node.js
- Socket.io
Install with NPM
npm install twitter-conference