Skip to content

Instantly share code, notes, and snippets.

@kurosuke
Created October 14, 2014 15:50
Show Gist options
  • Save kurosuke/a602a81e9f752d4e7d86 to your computer and use it in GitHub Desktop.
Save kurosuke/a602a81e9f752d4e7d86 to your computer and use it in GitHub Desktop.
Bleacon = require('bleacon');
Bleacon.startScanning();
Bleacon.on('discover', function(bleacon) {
console.dir(bleacon);
});
@kurosuke
Copy link
Author

ibeacon central

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment