0.2.0 • Published 11 years ago

twitter-conference v0.2.0

Weekly downloads
15
License
-
Repository
github
Last release
11 years ago

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

Author