Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karitham/randomrss

Random rss-like server for testing
https://github.com/karitham/randomrss

golang rss

Last synced: about 1 month ago
JSON representation

Random rss-like server for testing

Awesome Lists containing this project

README

        

# Random RSS

To run : `go run .`

You can then query an rss-like file from [http://localhost:8080/rss](http://localhost:8080/rss)

You can specify the seed & the size as a query parameter

## Exemple

| URL | Seed | Size |
| -------------------------------------------- | ---- | ---- |
| `http://localhost:8080/rss` | 1 | 20 |
| `http://localhost:8080/rss?size=69` | 1 | 69 |
| `http://localhost:8080/rss?seed=420` | 420 | 20 |
| `http://localhost:8080/rss?seed=420&size=69` | 420 | 69 |