https://github.com/bencoverts/qrcode-generator-api
QR Code Generator With API
https://github.com/bencoverts/qrcode-generator-api
api generator qr qr-api qr-code qrcode qrcode-api qrcode-generator qrcode-generator-api
Last synced: 4 months ago
JSON representation
QR Code Generator With API
- Host: GitHub
- URL: https://github.com/bencoverts/qrcode-generator-api
- Owner: bencoverts
- License: gpl-3.0
- Created: 2025-03-09T17:02:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:28:47.000Z (about 1 year ago)
- Last Synced: 2025-08-12T01:32:29.793Z (10 months ago)
- Topics: api, generator, qr, qr-api, qr-code, qrcode, qrcode-api, qrcode-generator, qrcode-generator-api
- Homepage: https://qr-code-api-pi.vercel.app
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **QR Code Generation API Documentation**
## 🔗 **How to Use the API**
### 1️⃣ **Generate a QR Code**
You can generate a QR Code by visiting the following URL:
```
https://qr-code-api-pi.vercel.app/qr?input=HELLOWORLD
```
💡 **Replace `HELLOWORLD` with the text you want to convert into a QR Code.**
### 2️⃣ **Example Output**
If you open the following link:
```
https://qr-code-api-pi.vercel.app/qr?input=ScanMe
```
A QR Code will be displayed directly in your browser. 🚀