An open API service indexing awesome lists of open source software.

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

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. 🚀