twitter-ruby
https://github.com/sferik/twitter-ruby
Ruby
A Ruby interface to the Twitter API.
Twitter::REST::Trends#trends_place
Returns the top 50 trending topics for a specific WOEID
Edit
git clone [email protected]:sferik/twitter-ruby.git
cd twitter-ruby
open lib/twitter/rest/trends.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Twitter--REST--Trends-trends_place-for-pr
# Commit to gitgit add lib/twitter/rest/trends.rbgit commit -m "better docs for Twitter::REST::Trends#trends_place"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Twitter--REST--Trends-trends_place-for-pr
hub pull-request
# Celebrate!