A QR-Code Generation API
https://qr.astrago.de
- Rust 54.8%
- HTML 32.9%
- Dockerfile 8.8%
- Just 3.5%
| assets | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yaml.example | ||
| Dockerfile | ||
| justfile | ||
| README.md | ||
QR Code API
This project generates QR-Codes using an Axum service.
Setup
- Install Rust.
- Clone this repo.
- Run with
cargo run.
Usage
Send a GET request to /generate?data=HelloWorld to get a PNG QR-Code.