Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datalogic/cordova-plugin-datalogic
Cordova Plugin for Datalogic Android SDK
https://github.com/datalogic/cordova-plugin-datalogic
android barcode cordova-plugin datalogic ionic scanner sdk
Last synced: 2 months ago
JSON representation
Cordova Plugin for Datalogic Android SDK
- Host: GitHub
- URL: https://github.com/datalogic/cordova-plugin-datalogic
- Owner: datalogic
- Created: 2018-11-29T23:49:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T09:05:34.000Z (about 2 years ago)
- Last Synced: 2024-10-07T12:11:45.315Z (3 months ago)
- Topics: android, barcode, cordova-plugin, datalogic, ionic, scanner, sdk
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datalogic Cordova Plugin
Library that exposes the [Datalogic Android (Java) SDK](https://github.com/datalogic/datalogic-android-sdk) as a [Cordova plugin](https://cordova.apache.org/plugins/?q=cordova-plugin-datalogic). It lets you receive barcode data from the scanner, as well as configure various scanner and device settings. It is available as a npm package for easy consumption here: [@datalogic/cordova-plugin-datalogic](https://www.npmjs.com/package/@datalogic/cordova-plugin-datalogic).
## Documentation
Usage docs, API reference, and sample apps are available on [datalogic.github.io](https://datalogic.github.io/cordova/overview).
## Publish new version
Install and use the [np tool](https://github.com/sindresorhus/np):
``` bash
npm install --global np
np
```