A custom element wrapper for the Estimotes Javascript SDK (Cordova plugin). A custom element to identify nearby Beacons. The element retrevies an array of all beacons returned in the specified region. Default region is {} which will be search for every beacon out there. The auto property starts the search automatically, or it can be triggered by executing the proper methods.
For more information please check the Component Page.
For Demo create a Cordova project or use Evothing Studio.
beacons-estimote is a web component for ranging Esitmote beacons. Range for all beacons automatically or look for a particular region.
Using Bower:
bower install honzalo/beacons-estimote
Make sure to include the Web components polyfill library and to import the element:
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="bower_components/beacons-estimote/beacons-estimote.html">
In any part of your application inlcude:
<beacons-estimote beacons="{{beacons}}" auto></beacons-estimote>
The component only works with the Cordova plugin for Estimotes. Create a Cordova application, add the plugin and use the component.
You can use Evothing Studio for a quick demo:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D