Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 654 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 654 Bytes

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