mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
855 B
Markdown
30 lines
855 B
Markdown
---
|
|
description: >-
|
|
IBeacon plugin for Cordova and Ionic. This plugin provides functions for working with iBeacons. The plugin's API closely mimics the one exposed through the…
|
|
---
|
|
|
|
# IBeacon
|
|
|
|
This plugin provides functions for working with iBeacons.
|
|
|
|
The plugin's API closely mimics the one exposed through the [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/index.html) introduced in iOS 7.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-ibeacon
|
|
npm install @awesome-cordova-plugins/ibeacon
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/petermetz/cordova-plugin-ibeacon](https://github.com/petermetz/cordova-plugin-ibeacon)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|