Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harishkotra/ionicqr
Generate and scan QR codes using an Ionic App in both iOS and Android
https://github.com/harishkotra/ionicqr
ionic ionic-apps ionic-cordova ionic-qrcode ionic3 ionicframework qrcode-generator qrcode-reader qrcode-scanner
Last synced: 29 days ago
JSON representation
Generate and scan QR codes using an Ionic App in both iOS and Android
- Host: GitHub
- URL: https://github.com/harishkotra/ionicqr
- Owner: harishkotra
- Created: 2018-03-27T04:09:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T05:46:07.000Z (almost 7 years ago)
- Last Synced: 2024-11-27T21:41:42.186Z (29 days ago)
- Topics: ionic, ionic-apps, ionic-cordova, ionic-qrcode, ionic3, ionicframework, qrcode-generator, qrcode-reader, qrcode-scanner
- Language: CSS
- Size: 1.34 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionicQR
Generate and scan QR codes using an Ionic App in both iOS and Android
## Plugins Used
[ngx-qrcode2](https://www.npmjs.com/package/ngx-qrcode2) - An Angular 4 Component library (now updated to Angular 5) for Generating QR (Quick Response ) Codes.
[Phonegap Barcode Scanner Plugin](https://github.com/phonegap/phonegap-plugin-barcodescanner) - Cross-platform BarcodeScanner for Cordova / PhoneGap### Demo
![IonicQR Demo - Desktop to generate the QR Code](https://i.imgur.com/2gJ3H7M.png)
![IonicQR Mobile App Preview](https://i.imgur.com/mbhofPt.jpg)
![IonicQR Mobile App Scan Result](https://i.imgur.com/DEb5rWL.jpg)### Installation
This app requires [Node.js](https://nodejs.org/) v7+, cordova and ionic framework to run.
Install the dependencies and build the app.```sh
$ git clone https://github.com/harishkotra/ionicQR.git
$ cd ionicQR
$ npm install -d
$ ionic cordova platform add android/ios
$ ionic cordova run/build android
```**Free Software, Hell Yeah!**
**Credits:** Built using this [tutorial](https://ionicacademy.com/ionic-qr-code-generator-reader/)