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

https://github.com/pietroppeter/feedo

🐶 minimalistic static rss reader built with nim(ib)
https://github.com/pietroppeter/feedo

nimib rss

Last synced: 5 months ago
JSON representation

🐶 minimalistic static rss reader built with nim(ib)

Awesome Lists containing this project

README

          

# 🐶 feedo

Minimalistic static rss reader built with nim(ib): https://pietroppeter.github.io/feedo/

Named after the Italian Dog [Fido](https://en.wikipedia.org/wiki/Fido_(dog)) that made the news feed in 1943. Nowhere near as reliable.

Inspired by https://github.com/georgemandis/bubo-rss

## Roadmap

- [ ] handle errors while fetching or parsing
- [ ] fix errors upstreams in rss (every new feed you add has potential to break the parser)
- [ ] improve last update rendering (e.g. github like: 2 minutes ago ...)
- [ ] improve rendering of feed summary (e.g. 3 items from 3 days ago to 4 weeks ago)
- [ ] add additional details (e.g. description) for item
- [ ] improve parsing of links in feeds.md (e.g. process markdown as is and then postprocess links that look like rss feeds?)
- [ ] release executable (to be used in pipeline, it should not install nim and build every time) and improved pipeline
- [ ] instructions on how to set up your own feedo feed
- [ ] publish as binary installable from nimble