Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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