-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for trends/available and trends/location
- Loading branch information
Showing
8 changed files
with
2,281 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,253 @@ | ||
[{ | ||
"url": "http://where.yahooapis.com/v1/place/23424803", | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"woeid": 23424803, | ||
"countryCode": "IE", | ||
"name": "Ireland", | ||
"country": "Ireland" | ||
}, | ||
{ | ||
"countryCode": "MX", | ||
"country": "Mexico", | ||
"url": "http://where.yahooapis.com/v1/place/23424900", | ||
"name": "Mexico", | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"woeid": 23424900 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/23424975", | ||
"woeid": 23424975, | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"countryCode": "GB", | ||
"name": "United Kingdom", | ||
"country": "United Kingdom" | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2358820", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"countryCode": "US", | ||
"woeid": 2358820, | ||
"name": "Baltimore", | ||
"country": "United States" | ||
}, | ||
{ | ||
"countryCode": "US", | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2514815", | ||
"name": "Washington", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2514815 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2367105", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2367105, | ||
"countryCode": "US", | ||
"name": "Boston", | ||
"country": "United States" | ||
}, | ||
{ | ||
"country": "Brazil", | ||
"url": "http://where.yahooapis.com/v1/place/455827", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"countryCode": "BR", | ||
"name": "Sao Paulo", | ||
"woeid": 455827 | ||
}, | ||
{ | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2459115", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"countryCode": "US", | ||
"name": "New York", | ||
"woeid": 2459115 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2487796", | ||
"countryCode": "US", | ||
"woeid": 2487796, | ||
"name": "San Antonio", | ||
"country": "United States", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
} | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/23424977", | ||
"woeid": 23424977, | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"countryCode": "US", | ||
"name": "United States", | ||
"country": "United States" | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/23424768", | ||
"woeid": 23424768, | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"countryCode": "BR", | ||
"name": "Brazil", | ||
"country": "Brazil" | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2379574", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"countryCode": "US", | ||
"woeid": 2379574, | ||
"name": "Chicago", | ||
"country": "United States" | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2471217", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2471217, | ||
"countryCode": "US", | ||
"name": "Philadelphia", | ||
"country": "United States" | ||
}, | ||
{ | ||
"countryCode": "US", | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2424766", | ||
"name": "Houston", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2424766 | ||
}, | ||
{ | ||
"countryCode": "US", | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2442047", | ||
"name": "Los Angeles", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2442047 | ||
}, | ||
{ | ||
"countryCode": "US", | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2487956", | ||
"name": "San Francisco", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2487956 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/23424775", | ||
"woeid": 23424775, | ||
"placeType": { | ||
"code": 12, | ||
"name": "Country" | ||
}, | ||
"countryCode": "CA", | ||
"name": "Canada", | ||
"country": "Canada" | ||
}, | ||
{ | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2357024", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"countryCode": "US", | ||
"name": "Atlanta", | ||
"woeid": 2357024 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2406080", | ||
"countryCode": "US", | ||
"woeid": 2406080, | ||
"name": "Fort Worth", | ||
"country": "United States", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
} | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/2388929", | ||
"countryCode": "US", | ||
"woeid": 2388929, | ||
"name": "Dallas", | ||
"country": "United States", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
} | ||
}, | ||
{ | ||
"countryCode": "US", | ||
"country": "United States", | ||
"url": "http://where.yahooapis.com/v1/place/2490383", | ||
"name": "Seattle", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 2490383 | ||
}, | ||
{ | ||
"countryCode": "GB", | ||
"country": "United Kingdom", | ||
"url": "http://where.yahooapis.com/v1/place/44418", | ||
"name": "London", | ||
"placeType": { | ||
"code": 7, | ||
"name": "Town" | ||
}, | ||
"woeid": 44418 | ||
}, | ||
{ | ||
"url": "http://where.yahooapis.com/v1/place/1", | ||
"placeType": { | ||
"code": 19, | ||
"name": "Supername" | ||
}, | ||
"countryCode": null, | ||
"woeid": 1, | ||
"name": "Earth", | ||
"country": "" | ||
}] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[{ | ||
"trends": [{ | ||
"url": "http://search.twitter.com/search?q=%23%23cakkatvstreamers", | ||
"name": "##cakkatvstreamers", | ||
"query": "%23%23cakkatvstreamers" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Google+Buzz", | ||
"name": "Google Buzz", | ||
"query": "Google+Buzz" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=iPad", | ||
"name": "iPad", | ||
"query": "iPad" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Fashion+Week", | ||
"name": "Fashion Week", | ||
"query": "Fashion+Week" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Trivium", | ||
"name": "Trivium", | ||
"query": "Trivium" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Haiti", | ||
"name": "Haiti", | ||
"query": "Haiti" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=%23hbu", | ||
"name": "#hbu", | ||
"query": "%23hbu" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Olympics", | ||
"name": "Olympics", | ||
"query": "Olympics" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Event", | ||
"name": "Event", | ||
"query": "Event" | ||
}, | ||
{ | ||
"url": "http://search.twitter.com/search?q=Gmail", | ||
"name": "Gmail", | ||
"query": "Gmail" | ||
}], | ||
"locations": [{ | ||
"woeid": 2487956, | ||
"name": "San Francisco" | ||
}], | ||
"as_of": "2010-02-11T14:00:02Z" | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters