SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

Emit message on connection? #22

Closed MichMich closed 9 years ago

MichMich commented 9 years ago

Is there currently a method to receive a message when a healthy connection was made?

I want to notify other parts of my application that there is a twitter connection and everything is ok.

nathanbowser commented 9 years ago

No, but that's a good idea. PR welcome.

MichMich commented 9 years ago

Ok, I might need to delay that part. If I have time, I'll try to make a PR.

nathanbowser commented 9 years ago

I can implement this if you wish.

MichMich commented 9 years ago

If you would, that would be REALLY helpful! Thanks in advance.