Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbeacon

Library for interacting with beacon. If you don't know what that is this library is not for you!

Installation

$ npm install libbeacon

Example

var beacon = new Libbeacon();
beacon.login('username', 'password', function(err, success) {
    beacon.get('Jobs/1', {}, function(error, data) {
        console.log(data);
    }
});

Tests

$ npm install
$ BEACON_USERNAME='user' BEACON_PASSWORD='pass' npm test

License

MIT

About

Library for interacting with beacon

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages