polotek / evented-twitter

An asynchronous twitter client for node.js. Supports the streaming api
32 stars 3 forks source link

support Stream interface #22

Open dominictarr opened 12 years ago

dominictarr commented 12 years ago

hey,

it would be really awesome if this emitted 'data' instead of 'tweet' and extended Stream instead of EventEmitter

then you could use TwitterStream(...).pipe(writable)

which would make it really easy to use with other stream based modules

I am writing a toolkit for working with streams of things (https://github.com/dominictarr/event-stream), and I'm building a list of compatible modules, would love to add this one!

cheers, Dominic

polotek commented 12 years ago

This lib needs to be fixed up in general. I definitely plan to support streams.