Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 2.89 KB

README.md

File metadata and controls

95 lines (55 loc) · 2.89 KB

QR Code Generator

Qr_Code_Generator

I've included features in this project that make it possible you to generate a limitless number of UPI payment QR codes to accept payments from customers.

shields

🚀 Demo

Click Here

🧐 Features

Here are some of the project's best features:

  • Qr Generator
  • Lightning Fast
  • User-Friendly UI

API Endpoints

Remember : Host Name: 1.https://multi-qr-code-generator.vercel.app
2.https://unique-qr-generator.onrender.com

Unique Qr (UQ) Documentation build by Devagn Maniya Introduction The Unique QR is a standardized protocol for initiating and processing payments using QR codes. This documentation provides an overview of the UQ structure and how to use it.

UQ Structure The UQ consists of key-value pairs separated by '&' characters. The basic structure is:

    1. /api/qrgen?data=Maniya Devagn

    2. /api/qrgen?url=digitalindia.com

    3. /api/qrgen?name=modiji&phoneNum=1111111111&address=ontop&org=ankhandbharat

Key Parameters Data: Simple Paragraph or texts Url: Website URLs or any type of URL Contact Card(Vcard): Contact card (Name, Number, Address, Organizations) Example Usage Here's an example of a complete UQ string:

        1. /api/qrgen?data=Maniya Devagn

        2. /api/qrgen?url=digitalindia.com

        3. /api/qrgen?name=modiji&phoneNum=1111111111&address=ontop&org=ankhandbharat

Important Notes Ensure all parameter values are properly URL-encoded. The 'am' parameter is optional. If omitted, the user can enter the amount in their UPI app. Additional parameters may be supported depending on the UQ implementation. Disclaimer We are not responsible for any damage caused or mistake by you while generating qr. you and only you are responsible for the loss of any type of information.

💻 Built with

Technologies used in the project:

  • Nodejs
  • JAVASCRIPT
  • Tailwindcss
  • REST API(own)