1.1.1 • Published 4 years ago

rss-reader-margo v1.1.1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Build Status Maintainability

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