https://github.com/withfabian/qrcode-generator-api
QR Code Generator With API
https://github.com/withfabian/qrcode-generator-api
Last synced: 3 months ago
JSON representation
QR Code Generator With API
- Host: GitHub
- URL: https://github.com/withfabian/qrcode-generator-api
- Owner: withfabian
- License: gpl-3.0
- Created: 2025-03-09T17:02:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:28:47.000Z (3 months ago)
- Last Synced: 2025-03-09T19:29:46.337Z (3 months ago)
- 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. 🚀