An open API service indexing awesome lists of open source software.

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.

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