Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karitham/randomrss
- Owner: Karitham
- Created: 2020-09-03T13:50:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T10:39:35.000Z (over 4 years ago)
- Last Synced: 2023-10-20T20:54:36.183Z (about 1 year ago)
- Topics: golang, rss
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 |