Skip to content

honzalo/beacons-estimote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimote Beacons

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.

Usage

beacons-estimote is a web component for ranging Esitmote beacons. Range for all beacons automatically or look for a particular region.

Install the component

Using Bower:

bower install honzalo/beacons-estimote

Import the component

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">

Use the component

In any part of your application inlcude:

<beacons-estimote beacons="{{beacons}}" auto></beacons-estimote>

Demo

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:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

About

A custom element wrapper for the Estimotes Javascript SDK (Cordova plugin)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages