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: 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T17:13:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T10:23:50.353Z (7 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. Very
handy for transferring chunks of data from a phone to a laptop.* Doesn't contain server-side code.
* Doens't make any remote api calls.
* All operations are local to a user's browser.
* Tested w/ Chrome 85. Firefox 81 & their android versions.[Demo](https://sigwait.tk/~alex/demo/misc/qrscan/).
## Installation
1. `npm i`
2. Give the repo dir to any http server.Requires TLS on the http server, otherwise the app won't be able to
get a stream from a camera.## License
MIT