twitter-stream-channels
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,5 @@ | ||
## 0.2.3 (2015-06-14) | ||
* fix typos in README | ||
## 0.2.2 (2015-01-18) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "twitter-stream-channels", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Manage multiple filters on the same Twitter stream", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -68,3 +68,3 @@ twitter-stream-channels | ||
setTimeout(function(){ | ||
stream.close();//closes the stream connected to Twitter | ||
stream.stop();//closes the stream connected to Twitter | ||
console.log('>stream closed after 100 seconds'); | ||
@@ -135,3 +135,3 @@ },100000); | ||
The object returned by `(new require('twitter-stream-channels')(credentials)).stremChannels(options)` extends the standard [events.EventEmitter of nodejs](http://nodejs.org/api/events.html), so you can use `on()`, `off()`, `addEventListener()` ... | ||
The object returned by `(new require('twitter-stream-channels')(credentials)).streamChannels(options)` extends the standard [events.EventEmitter of nodejs](http://nodejs.org/api/events.html), so you can use `on()`, `off()`, `addEventListener()` ... | ||
@@ -160,3 +160,3 @@ ####I can't connect to Twitter, or I have disconnections, how about that ? | ||
* continuous : `npm run test-watch` (I set it up but don't use it for the moment) | ||
* online tests (needs the connexion to Twitter to use the streming API) : make sure you set your credentials in the `twitter.credentials.json` file. Don't run them too many times (if you attempt too much connexion, your IP could be black listed from Twitter) : | ||
* online tests (needs the connexion to Twitter to use the streaming API) : make sure you set your credentials in the `twitter.credentials.json` file. Don't run them too many times (if you attempt too much connexion, your IP could be black listed from Twitter) : | ||
* single run : `npm run test-online` (none for the moment and not so sure there should be any) | ||
@@ -167,2 +167,2 @@ * How to generate the doc : | ||
* Install the theme dependencies : `cd extras/yuidoc-theme-blue` then `npm install` | ||
* After that, at the root, just run `npm run yuidoc` | ||
* After that, at the root, just run `npm run yuidoc` |
Sorry, the diff of this file is not supported yet
765613
165