Skip to content

moonthug/node-ibac0n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A NodeJS wrapper for ibac0n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published