https://github.com/vixalien/reader
Read, save, sync and discover articles.
https://github.com/vixalien/reader
Last synced: 9 months ago
JSON representation
Read, save, sync and discover articles.
- Host: GitHub
- URL: https://github.com/vixalien/reader
- Owner: vixalien
- Created: 2021-02-16T00:54:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T04:03:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T01:29:30.432Z (11 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reader
Reader is a service to read, save, sync and discover articles.
It contains many sub-packages. Here is a short description.
## one
Transforms article content into simple and clean text. (While removing styles, scripts, ads etc) and sanitize the content.
## feed
Discover and parse RSS & ATOM feeds.
## backend
Handles logins, feeds and etc. This is the main server that do all the cloud stuff.
## app
This is the UI(s) that serve as the frontend (what the user see.)
> Note: reader is WIP so it will inevitably change and some of the sub-packages may not be there yet or fully implemented.