Skip to content

Commit

Permalink
show filterBy:<array> in Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Dec 29, 2015
1 parent 5858b45 commit 84e86f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var Birdwatch = require('birdwatch');

var birdwatch = new Birdwatch()
.feed('gulpjs')
.feed('reactjs', {filterTags: /#reactjs/i})
.feed('nodejs', {filterTags: /#nodejs/i, removeRetweets:true})
.feed('reactjs', {filterTags: ['tag1', 'tag2']})
.feed('nodejs', {filterTags: /#tag1|#tag2/i, removeRetweets:true})
.start();

// Now get your tweets in JSON format to serve or print
Expand Down

0 comments on commit 84e86f1

Please sign in to comment.