Synopsis
This package can be used with the NUKI Smartlock Web Api - https://api.nuki.io
Code Example
var nuki = require('nuki-api')
nuki.apiKey = 'xxxxxxxxxxxxxxxxxxxxx'
nuki.getSmartLocks().then(function (smartlocks) {
console.log(smartlogs);
});
Motivation
This package was build to integrate the NUKI Smartlock with AirBnB, Booking.com, HomeAway and other internet calendars.
API Reference
t.b.d.
Contributors
If you want to contribute or donate to the project, please contact me on gijs@intelligencecompany.net.
License
A short snippet describing the license (MIT, Apache, etc.)