Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erseco/qr
Easy QR code generator, all done in browser
https://github.com/erseco/qr
browser genarator privacy-protection qr
Last synced: about 7 hours ago
JSON representation
Easy QR code generator, all done in browser
- Host: GitHub
- URL: https://github.com/erseco/qr
- Owner: erseco
- License: mit
- Created: 2023-04-20T09:15:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-20T13:30:19.000Z (over 1 year ago)
- Last Synced: 2023-08-05T11:13:54.072Z (over 1 year ago)
- Topics: browser, genarator, privacy-protection, qr
- Language: HTML
- Homepage: https://qr.ernesto.es
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Extractor and QR Code Generator
This web page allows you to extract a URL from a given text input and generate a QR Code for the extracted URL. It's a simple and convenient way to quickly create a QR Code from any text that contains a URL.
## How to Use
1. Open the web page in your browser.
2. Enter the text containing a URL in the text input field.
3. Click the "Generate QR Code" button.
4. The web page will extract the first URL found in the text and display it below the input field.
5. A QR Code containing the extracted URL will be generated and displayed.
6. Optionally, you can download the generated QR Code as a PNG image by clicking the "Download QR Code" button.## Features
- Extracts the first URL from the input text
- Generates a QR Code for the extracted URL
- Allows downloading the generated QR Code as a PNG image
- Compatible with most modern web browsers## Dependencies
- [QRCode.js](https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js): A library for generating QR Codes in JavaScript
## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).