-
Notifications
You must be signed in to change notification settings - Fork 2
/
params.json
1 lines (1 loc) · 1.46 KB
/
params.json
1
{"name":"Rss-collection","tagline":"A collection of all the rss feed urls.","body":"# rss-collection\r\nA collection of all the rss feeds that can be used via an ajax call.\r\nThe json file can be found at [rss.json](http://prateekjadhwani.github.io/rss-collection/rss.json).\r\n\r\n## Feed Sites\r\n\r\nThese are the currently available sites added to the *rss-collection*. Please feel free to add more.\r\n\r\n| Name | Categories |\r\n|------|------------|\r\n| Times Of India | Top Stories |\r\n| Wired | Top Categories, Business, Design, Science |\r\n| xkcd | Humor |\r\n\r\n## How to use\r\n\r\nThe 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\r\n\r\n| key | description | example value |\r\n|-----|-------------|---------------|\r\n| name | The name of the channel | \"Wired\" |\r\n| rss | The url of the rss feed | \"http://feeds.wired.com/wired/index\" |\r\n| category | The category of the feed | \"top\" |\r\n\r\n\r\n## Categories Covered\r\n\r\nThe categories covered currently are as follows\r\n\r\n| Category Name | Description |\r\n|---------------|-------------|\r\n| top | The Top Stories rss feed |\r\n| business | Stories related to Business |\r\n| design | _needs description_ |\r\n| humor | Mostly comedy |\r\n| science | Feeds related to Science |","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}