0.0.5 • Published 9 years ago

ibac0n v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

node-iBac0n

A NodeJS wrapper for iBacon.

A (currently) OSX only module that allows developers to create an iBeacon using NodeJS

Installation

$ npm install ibac0n

Examples

Usage

var ibac0n = require('ibac0n');

Start an iBeacon

ibac0n.start('05b56fa9-b4b8-46f8-ae82-83587b5cc348', 1, 1, -60);

ibac0n.on('close', function() {
    console.log('ibac0n process ended');
});

Stop the iBeacon

ibac0n.stop();

Development

Feel free to get involved. It's very much a work in progress.

License

MIT

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago