Lorem RSS
Generates RSS feeds with content updated at regular intervals. I wrote this to answer a question I asked on Stack Overflow.
The code for this service is available on GitHub.
API
Visit /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.
- length: an integer that determines the number of items in the feed. Must be greater or equal to 0 and smaller or equal to 1000. Defaults to 10 items.
Examples
Lorem RSS (this page and the feeds generated) by Michael Bertolacci are licensed under a Creative Commons Attribution 3.0 Unported License.