Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wiktor-k/paperboy
- Owner: wiktor-k
- License: apache-2.0
- Created: 2022-05-31T20:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T02:57:53.000Z (29 days ago)
- Last Synced: 2024-10-12T03:25:42.539Z (24 days ago)
- Topics: newspaper, pdf, remarkable-tablet, rust
- Language: Rust
- Homepage:
- Size: 476 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```