Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellisario/deno-qr
Simple Deno Deploy QrCode Server
https://github.com/bellisario/deno-qr
deno deno-deploy qr-code qrcode typescript
Last synced: about 2 months ago
JSON representation
Simple Deno Deploy QrCode Server
- Host: GitHub
- URL: https://github.com/bellisario/deno-qr
- Owner: Bellisario
- License: mit
- Created: 2022-07-07T14:17:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:24:44.000Z (8 months ago)
- Last Synced: 2024-10-12T14:27:55.644Z (2 months ago)
- Topics: deno, deno-deploy, qr-code, qrcode, typescript
- Language: JavaScript
- Homepage: https://deno-qr.deno.dev
- Size: 111 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Deno QR ![Deno](https://img.shields.io/badge/Deno-000000?logo=deno&logoColor=white) [![Test](https://github.com/Bellisario/deno-qr/actions/workflows/test.yml/badge.svg)](https://github.com/Bellisario/deno-qr/actions/workflows/test.yml) [![Dependencies](https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fupdates%2Fhttps%2Fdeno.land%2Fx%2Fdeno-qr%40v1.0.0%2Fmod.ts)](https://github.com/Bellisario/deno-qr/blob/main/deps.js)
Simple Deno Deploy QrCode Server
> Production URL here: https://deno-qr.deno.dev/ \
> (make sure to pass some content to create a working QrCode)Feel free to contribute and add new features. :octocat:
## Current Roadmap :memo:
- [x] Base project
- [x] QrCode resize option (via `?size=` param)
- [ ] Feel free to suggest new ones## Why I created this? :question:
I know this is a really simple project but I made this because:
- I liked to show the power :battery: of Deno + Deno Deploy
- I wanted to create a simple and fast :racing_car: QrCode generator server
- I wanted to learn Deno Deploy and how it works :monocle_face: