rss-reader-margo
v1.1.1
Published
Simple RSS Reader with with automatic update
Downloads
1
Readme
Simple RSS Reader with automatic update. Check it!
Use this RSS feed generator for testing: Lorem RSS
API
Visit http://lorem-rss.herokuapp.com/feed, with the following optional parameters:
- unit: one of second, minute, day, month, or year.
- interval: an integer to repeat the units at. For seconds and minutes this interval must evenly divide 60, for month it must evenly divide 12, and for day and year it can only be 1.
Examples
- The default, updates once a minute: /feed
- Update every second instead of minute: /feed?unit=minute
- Update every 30 seconds: /feed?unit=second&interval=30