Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-labs-myid/qr-code-scanner
[Android Apps] - This is a simple apps QR Code scanner, No Ads, free for you.
https://github.com/x-labs-myid/qr-code-scanner
android android-apps hybrid-apps javascript nativescript nativescript-apps playstore qr qrcode qrcode-scanner scanner
Last synced: about 1 month ago
JSON representation
[Android Apps] - This is a simple apps QR Code scanner, No Ads, free for you.
- Host: GitHub
- URL: https://github.com/x-labs-myid/qr-code-scanner
- Owner: x-labs-myid
- License: apache-2.0
- Created: 2020-12-13T22:01:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T05:48:38.000Z (about 4 years ago)
- Last Synced: 2024-11-22T09:18:12.976Z (about 2 months ago)
- Topics: android, android-apps, hybrid-apps, javascript, nativescript, nativescript-apps, playstore, qr, qrcode, qrcode-scanner, scanner
- Language: JavaScript
- Homepage: https://dyazincahya.github.io/qr-code-scanner/
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/K3K02WIPN)
# QR Code scanner
[Android Apps] - This is a simple apps QR Code scanner, No Ads, free for you.### Downloa APK (latest v1.3)
- [Download APK QR-Code-Scanner (via Github)](https://github.com/dyazincahya/qr-code-scanner/releases/download/v1.3/QRCodeScanner-v1.3.apk)
- [Download APK QR-Code-Scanner (via Playstore)](https://play.google.com/store/apps/details?id=com.kang.cahya.QRCodeScanner)### Screenshoot
### Requirement To Install
- NodeJS v12.16.1
- NPM v6.14.1
- Nativescript v6.5.3### How to run?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns run android
```
#### ios
``` bash
tns run ios
```### How to build?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns build android
```
#### ios
``` bash
tns build ios
```### Credit
- [Local storage array for Nativescript](https://github.com/dyazincahya/local-storage-array-nativescript)
- [Font Icon - Fontawesome](https://fontawesome.com/)
- [Icon - Flaticon](https://www.flaticon.com/)### Author
[kang-cahya.com](https://www.kang-cahya.com/)### License
[Apache License 2.0](https://github.com/dyazincahya/qr-code-scanner/blob/main/LICENSE)