Skip to content

Commit

Permalink
Add link to TweetStream
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 6, 2012
1 parent f00bb80 commit 97ffdbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@ Twitter.search("#ruby -rt", :lang => "ja", :count => 1).results.first.text
```
For more usage examples, please see the full [documentation][].

## Streaming

To access the Twitter Streaming API, we recommend [TweetStream][].

[tweetstream]: https://github.com/intridea/tweetstream

## Performance
You can improve performance by loading a faster JSON parsing library. By
default, JSON will be parsed with [okjson][]. For faster JSON parsing, we
Expand Down

0 comments on commit 97ffdbd

Please sign in to comment.