1.4.1 • Published 11 months ago

@nightswinger/sigfox-js v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Sigfox API Client for Node.js

Installation

npm install @nightswinger/sigfox-js

Usage

const { Sigfox } = require('@nightswinger/sigfox-js')

const client = new Sigfox({
  username: SIGFOX_USERNAME,
  password: SIGFOX_PASSWORD
})

// Retrieve a list of devices.
const { data } = await client.devices()

// Update a given device.
client.updateDevice('123456', { name: 'sigfox-device' })
1.4.1

11 months ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago