You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Gunawardena edited this page Nov 7, 2016
·
1 revision
Bleacon scan example
var Bleacon = require('bleacon');
Bleacon.on('discover', function(bleacon) {
console.log(bleacon);
});
Bleacon.startScanning(); // scan for any bleacons