dannywillems / ocaml-cordova-plugin-barcode-scanner-example

Example of the binding to the barcode scanner cordova plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-cordova-plugin-barcodescanner-example

Build Status

This is an example of the binding to the phonegap-plugin-barcodescanner. See the binding here.

How to compile?

  1. Add the plugin list repository as a remote opam package provider with
opam repository add cordova https://github.com/dannywillems/ocaml-cordova-plugin-list.git
  1. Initialize the project directory with
make init
  1. Run (and build).
# Run on Android
make run_android
# Run on iOS
make run_ios

About

Example of the binding to the barcode scanner cordova plugin.

License:GNU Lesser General Public License v3.0


Languages

Language:Makefile 63.0%Language:HTML 24.7%Language:Shell 9.6%Language:OCaml 2.8%