Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wiktor-k/paperboy

Simple backend that retrieves newspaper PDFs from an online service
https://github.com/wiktor-k/paperboy

newspaper pdf remarkable-tablet rust

Last synced: 8 days ago
JSON representation

Simple backend that retrieves newspaper PDFs from an online service

Awesome Lists containing this project

README

        

# Paperboy

Implements a simple backend that retrieves newspaper PDFs from an
online service.

This can be later consumed by e-book readers to provide a "new
newspaper every morning" experience:

![Newspaper PDF as shown on Remarkable 2 tablet](docs/newspaper.png)

See `docs/remarkable` for the template.

## Building

The application can be built for both AMD64 and AArch64/ARM64
architectures using [Docker
BuildKit](https://docs.docker.com/develop/develop-images/build_enhancements/).

```sh
docker buildx build --push --platform linux/amd64,linux/arm64 -t wiktork/paperboy .
```