septk / sigfox.js

[WIP] Sigfox API wrapper written with TypeScript

Home Page:https://septk.github.io/sigfox.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SigfoxJS

Sigfox Logo img

[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 [ ]

About

[WIP] Sigfox API wrapper written with TypeScript

https://septk.github.io/sigfox.js/

License:MIT License


Languages

Language:TypeScript 100.0%