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

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.

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.