Questions tagged [ntwitter]

ntwitter is a Twitter application designed for Node.js that operates asynchronously.

Twitter: cease monitoring stream events following X callback

//Just starting out with node.js I'm new to using ntwitter for listening on twitter statuses. Is there a way to stop listening after a certain number of callbacks have been called? var twittsCounter = 0; twit.stream('statuses/filter', {track:['cool',' ...