Skip to content

autonome/infinite-rss

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Infinite RSS

URL-configurable RSS feed generator for testing feed-eating bots.

Query string parameters

All parameters are optional.

  • feedTitle: The title of the feed

  • itemTitleBase: The base title for each item. The item index will be appended to it, eg: A value of "Article #" will result in items titled "Article #0", "Article #1", etc.

  • itemCount: Integer for number of items to generate. Defaults to 10.

Usage

Open the URL in your browser, and optionally pass parameters to create a custom feed.


// Defaults
https://infinite-rss.glitch.me

// Custom title and item names
https://infinite-rss.glitch.me/?feedTitle=Cool%20RSS%20Feed&itemTitleBase=This%20is%20an%20article%20title

About

URL-configurable RSS feed generator for testing feed-eating bots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published