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: 4 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T02:25:59.000Z (10 months ago)
- Last Synced: 2025-03-18T17:14:22.770Z (7 months ago)
- Topics: newspaper, pdf, remarkable-tablet, rust
- Language: Rust
- Homepage:
- Size: 478 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:
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 .
```