Skip to content

Cross-platform (iOS/Android) iBeacon plugin for Cordova and Phonegap

License

Notifications You must be signed in to change notification settings

parcle/cordova-ibeacon-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-ibeacon-plugin Build Status

Cross-platform (iOS/Android) iBeacon plugin for Cordova and Phonegap

Features

  • Platforms: iOS, Android
  • Simple usage
  • Well tested on real devices (unit/integration tests)

Install

$ cordova plugin add https://github.com/mobilion/cordova-ibeacon-plugin.git

Usage

For more examples and all usage information please refer to the documentation.

Example

var region = new ibeacon.Region({
  uuid: 'CCE0847C-66CA-45F0-888F-89DD51EE38D2'
});

ibeacon.startRangingBeaconsInRegion({
  region: region,
  didRangeBeacons: function(result) {
    console.log('I see ' + result.beacons.length + ' beacons');
  }
});

FAQ

Please refer to the corresponding documentation page.

Roadmap

  • Advertising support for Android platform
  • Demo application (+video tutorial)

Author

Johannes Schickling

License

Apache License, Version 2.0

Credits

About

Cross-platform (iOS/Android) iBeacon plugin for Cordova and Phonegap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • Objective-C 3.7%
  • Java 2.3%
  • Other 1.4%