Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 223 Bytes

File metadata and controls

11 lines (8 loc) · 223 Bytes

QR Code API

This project generates QR-Codes using an Axum service.

Setup

  1. Install Rust.
  2. Clone this repo.
  3. Run with cargo run.

Usage

Send a GET request to /generate?data=HelloWorld to get a PNG QR-Code.