Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```