Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamsinclair/wifiqr
Minimal JS Wi-Fi QR Code Generator
https://github.com/jamsinclair/wifiqr
javascript qrcode qrcode-generator qrcodejs wifi
Last synced: 23 days ago
JSON representation
Minimal JS Wi-Fi QR Code Generator
- Host: GitHub
- URL: https://github.com/jamsinclair/wifiqr
- Owner: jamsinclair
- License: mit
- Created: 2019-10-09T12:59:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:54:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T20:11:32.585Z (about 1 month ago)
- Topics: javascript, qrcode, qrcode-generator, qrcodejs, wifi
- Language: HTML
- Homepage: https://jamsinclair.github.io/wifiqr
- Size: 412 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WifiQR [![](https://github.com/jamsinclair/wifiqr/workflows/Node%20CI/badge.svg)](https://github.com/jamsinclair/wifiqr/actions)
> A simple and minimal experience for creating Wi-Fi QR Codes in your browser that you can trust.
Just enough JavaScript to get the job done yet remaining readable and approachable, even when compiled (Currently 46 lines source, 62 lines compiled).
Only **one** external dependency which is the QR Code library, [node-qrcode](https://github.com/soldair/node-qrcode).
All web assets hosted with GitHub pages and directly inspectable both in browser and this repo. No cross domain resources used.
## Contributing
Please open an issue for any ideas, questions or security improvements. All welcome!