sigfox-js
v1.1.0
Published
![Sigfox Logo img](https://temp.iotdk.dk/wp-content/uploads/2018/01/Sigfox_Logo_RGB_R-300x175.png )
Downloads
3
Readme
SigfoxJS
[WIP]
const SigfoxApi = require('sigfox-js');
const apiConnection = new SigfoxApi({
username: 'username',
password: 'password'
});
const infoDevices = await connection.devices.getAllDevices();
To Do:
- Users [x]
- Coverages [ ]
- Devices [ ]
- Devices Types [ ]
- Groups [ ]
- Tiles [ ]