Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kewbish/matter
A RSS feed aggregator with bookmarking and sync support.
https://github.com/kewbish/matter
bookmarks-manager rss rss-reader
Last synced: 3 months ago
JSON representation
A RSS feed aggregator with bookmarking and sync support.
- Host: GitHub
- URL: https://github.com/kewbish/matter
- Owner: kewbish
- License: gpl-3.0
- Created: 2020-12-08T03:29:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T02:02:40.000Z (over 1 year ago)
- Last Synced: 2024-04-28T02:14:32.981Z (6 months ago)
- Topics: bookmarks-manager, rss, rss-reader
- Language: JavaScript
- Homepage: https://kewbi.sh/matter/
- Size: 189 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - kewbish/matter - A RSS feed aggregator with bookmarking and sync support. (JavaScript)
README
# Matter
![Matter logo - a mobius strip with a m.](assets/matter192.png)
A RSS feed aggregator with bookmarking and sync support.
Made in vanilla JS/TS, primarily December 2020 to February 2021.
Created by [Kewbish](https://github.com/kewbish).
Released under the [GNU GPLv3 License](./LICENSE).Hosted instance at [kewbi.sh/matter/](https://kewbi.sh/matter).
> Note: the page may take some time to fetch articles on load - this is because the CORS side of things needs to wake up.
Matter is made up of a static frontend, a server hosting GitHub OAuth and CORS proxy (currently deployed on Fly.io), and a syncing function deployed on Cloudflare Workers. See the documentation in [the `docs` folder](./docs).