melvinversluijs / ionic4-openalpr-sample

A sample application to demonstrate the usage of the cordova-plugin-openalpr package in Ionic4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 4 OpenALPR sample

This sample project will be used to demonstrate the usage of the Cordova OpenALPR plugin.

🚫 This repository is no longer actively maintained. 🚫

Usage

  1. Go to the root of the project using a terminal.
  2. Use npm install to install the required packages.
  3. Use ionic cordova build ios or ionic cordova build android to build the project for your preferred platform.

After modifying the ionic code your are required to rebuild the platform.

Android

You will need Java/JDK version 1.8, version 9 will not work while trying to build Android using Cordova. You also need to have Gradle installed locally.

iOS

After building for iOS you will need to use Xcode to sign the application.

About

A sample application to demonstrate the usage of the cordova-plugin-openalpr package in Ionic4.

License:MIT License


Languages

Language:TypeScript 62.3%Language:HTML 15.4%Language:SCSS 14.0%Language:JavaScript 8.4%