https://github.com/panbak/qr-scan-and-request
:electron: QRcode scanner for Windows OS, with intergrated API request, implemented using electron and Instascan.js
https://github.com/panbak/qr-scan-and-request
electron instascan qrcode-scanner windows-app
Last synced: 4 months ago
JSON representation
:electron: QRcode scanner for Windows OS, with intergrated API request, implemented using electron and Instascan.js
- Host: GitHub
- URL: https://github.com/panbak/qr-scan-and-request
- Owner: panbak
- License: mit
- Created: 2020-02-29T21:58:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:41:19.000Z (over 3 years ago)
- Last Synced: 2025-06-30T10:05:04.800Z (12 months ago)
- Topics: electron, instascan, qrcode-scanner, windows-app
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR-Scan-Request
A QRcode scanner with intergrated API request, implemented with electron and Instascan.
The user can add dynamically fields and the app sends the data to an API.
# Install
1. Clone this repository or download zip
2. run `npm install`
3. run `npm start`
# Build Portable exe
1. run `yarn add electron-builder --dev`
2. run `npm run dist`
3. a portable .exe file is created in dist directory