Git Product home page Git Product logo

flomio_cordova_plugin's Introduction

Flomio Cordova Plugin

WORK IN PROGRESS: NOT YET SUITABLE FOR REGULAR USE

Flomio's Proximity ID plugin for Cordova.

Installation

  • Make sure that you have Node and Cordova CLI installed on your machine.

  • Create your Cordova example app.

cordova create my-plugin-example-app && cd $_
  • Add the plugin to it.
cordova plugin add https://github.com/flomio/flomio_cordova_plugin.git
  • Register plugin within config.xml of your app.
<feature name="FLOPlugin">
    <param name="ios-package" value="FLOPlugin" />
</feature>
  • Create a tag scan callback and include the command to start polling.
var callback = function(result) {
	console.log(result);
}
floPlugin.startPolling(callback);
  • Prepare the app.
cordova prepare
  • Open the generated Xcode project located at platforms/ios.

  • Drag and drop the Flomio SDK folder into the project (check "Create groups" and "Add to targets").

  • Add -lc++ to "Other Linker Flags" under "Build Settings".

  • Build and run the app on an iOS device.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.