https://github.com/doo/scanbot-sdk-example-cordova-html5-barcode-scanner
https://github.com/doo/scanbot-sdk-example-cordova-html5-barcode-scanner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doo/scanbot-sdk-example-cordova-html5-barcode-scanner
- Owner: doo
- Created: 2020-07-30T14:47:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T15:24:56.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T06:44:20.794Z (over 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scanbot SDK Cordova Plugin Example
Plain Cordova example app to demonstrate the integration of the [Scanbot SDK](https://scanbot.io) Barcode Scanner via HTML5 camera + native Scanbot Cordova Plugin on Android. For full examples of the Scanbot Cordova Plugin please check out our [Cordova Ionic Example App](https://github.com/doo/scanbot-sdk-example-ionic).
```
npm install
cordova prepare android
cordova run android
```