UNPKG

bleacon-fork

Version:

A Node.js library for creating, discovering, and configuring iBeacons

8 lines (5 loc) 183 B
var EstimoteSticker = require('./estimote-sticker'); EstimoteSticker.on('discover', function(estimoteSticker) { console.log(estimoteSticker); }); EstimoteSticker.startScanning();