A collection of all the rss feeds that can be used via an ajax call. The json file can be found at rss.json.
These are the currently available sites added to the rss-collection. Please feel free to add more.
Name | Categories |
---|---|
Ars Technica | Technology |
Hackaday | Technology |
NYTimes | Business, Technology, Sports, Science, Health, Travel |
Times Of India | Top Stories |
Wired | Top Categories, Business, Design, Science |
xkcd | Humor |
The json file is hosted on github. So you will simply need to call fetch the json file via ajax. The response object is an Array of rss site object. This is what it holds
key | description | example value |
---|---|---|
name | The name of the channel | "Wired" |
rss | The url of the rss feed | "http://feeds.wired.com/wired/index" |
category | The category of the feed | "top" |
The categories covered currently are as follows
Category Name | Description |
---|---|
top | The Top Stories rss feed |
business | Stories related to Business |
design | needs description |
health | Health related feeds |
humor | Mostly comedy |
science | Feeds related to Science |
sports | Sports related feeds |
technology | Technology oriented feeds |
travel | Travel related feeds |