Skip to content

mueees/twitter-conference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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