Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:41:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:53:55.190Z (almost 2 years ago)
- Topics: electron, instascan, qrcode-scanner, windows-app
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 2
- 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