Twitter Streaming API Library for Node.js
Install
Install into current directory
npm install twitter-stream
Install into system wide location
sudo npm install -g twitter-stream
Example
var ts = ; //Connecting to Twitter Streaming APIvar stream = ts; //Retrieving status one by onestream; //Handling errorstream; //Aborting the streamstream;
//Pass in parametersvar stream = ts;
Contribution
Fork and send pull requests
Bugs and feature request may be submitted to: https://github.com/lmws/node-twitter-stream/issues