Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodedninja/ridder
An RSS reader that you own
https://github.com/kodedninja/ridder
beakerbrowser peer-to-peer rss
Last synced: 6 days ago
JSON representation
An RSS reader that you own
- Host: GitHub
- URL: https://github.com/kodedninja/ridder
- Owner: kodedninja
- License: mit
- Created: 2018-04-09T11:25:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T06:31:19.000Z (about 6 years ago)
- Last Synced: 2024-05-03T07:12:24.997Z (7 months ago)
- Topics: beakerbrowser, peer-to-peer, rss
- Language: JavaScript
- Homepage: https://ridder.seed.hex22.org/
- Size: 326 KB
- Stars: 30
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ridder Pre-Alpha
An RSS reader that you own## About
See [ridder-kodedninja.hashbase.io](https://ridder-kodedninja.hashbase.io) for details.This "About" is more about the technical stuff.
### Adapter
Making a frontend only RSS reader has a drawback: you can't load content from ```http``` sources or where there's no ```Access-Control-Allow-Origin``` header set. To enable these connection I've built a small server on Glitch that serves as a forwarder.My adapter is at [lively-adapter.glitch.me](https://lively-adapter.glitch.me) but you can [remix it](https://glitch.com/edit/#!/lively-adapter) and set that to be yours.
## TODO
- [x] show if there are sources that aren't loaded yet
- [x] read
- [ ] save items && grab out content (similar to Dropout)
- [ ] cache
- [ ] opml support
- [ ] multimedia items
- [ ] search