https://github.com/gromnitsky/qrscan
A tiny web app for scanning QR codes using your device's camera. Very handy for transferring chunks of data from a phone to a laptop.
https://github.com/gromnitsky/qrscan
qr-code-reader qr-scanner qrcode-reader qrcode-scanner
Last synced: 4 months ago
JSON representation
A tiny web app for scanning QR codes using your device's camera. Very handy for transferring chunks of data from a phone to a laptop.
- Host: GitHub
- URL: https://github.com/gromnitsky/qrscan
- Owner: gromnitsky
- Created: 2020-09-29T05:27:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T17:13:24.000Z (over 5 years ago)
- Last Synced: 2025-07-21T16:58:12.489Z (10 months ago)
- Topics: qr-code-reader, qr-scanner, qrcode-reader, qrcode-scanner
- Language: HTML
- Homepage: https://sigwait.org/~alex/demo/misc/qrscan/
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrscan
A tiny web app for scanning QR codes using your device's camera.
Handy for transferring chunks of data from a phone to a laptop.
* Doesn't include any server-side code.
* Doesn't make remote API calls.
* All operations are local to the user's browser.
* Tested with Chrome 140, Firefox 143, and their Android versions.
## Installation
1. `npm i`
2. Serve the repository directory with any HTTP server
The HTTP server must support TLS, otherwise the app won't be able to
access the camera stream.
## License
MIT