Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolockenvitz/qr-pwa
PWA to create and scan QR codes
https://github.com/nikolockenvitz/qr-pwa
Last synced: about 1 month ago
JSON representation
PWA to create and scan QR codes
- Host: GitHub
- URL: https://github.com/nikolockenvitz/qr-pwa
- Owner: nikolockenvitz
- Created: 2020-04-17T20:54:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T16:00:44.000Z (8 months ago)
- Last Synced: 2024-03-10T16:54:46.258Z (8 months ago)
- Language: JavaScript
- Homepage: https://nikolockenvitz.github.io/qr-pwa/
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR PWA
Create and scan QR codes with this Progressive Web App on https://nikolockenvitz.github.io/qr-pwa.
![Screenshot](https://github.com/nikolockenvitz/website/raw/master/projects/img/qr-pwa.png)
Used libraries:
* https://github.com/nimiq/qr-scanner
* https://github.com/nayuki/QR-Code-generator# build and deploy
*browserify* (together with *babelify*) is used to bundle all files
```
npm install
npm run build
```If you want to deploy it to a web-/file-server, you will need the following files:
`icons/`, `lib/`, `bundle.js`, `favicon32x32.png`, `index.html`, `pwa.js`, `site.webmanifest`, `style.css` and `sw.js`