A high-performance web API for generating shield badges compatible with shields.io, built with Rust and Axum.
Generate shield badges from any JSON API endpoint.
Usage Example:
curl "http://localhost:1581/endpoint?url=https://api.github.com/repos/microsoft/vscode&query=stargazers_count&label=stars&color=green"Parameters:
url(required): API endpoint URLquery: JSONPath query (e.g.version,data.count)label: Left textcolor: Badge color (named or hex)style: Badge style (flat, plastic, etc.)
Response: SVG badge (image/svg+xml)