1.1.3 • Published 6 months ago

netatmo-api-client v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 months ago

Netatmo API Client

This is a simple client for the Netatmo Weather API.

Example usage

const netatmoClient = new NetatmoApiClient('<CLIENT_ID>', '<CLIENT_SECRET>');

// login with (will not work after october 2023)
await netatmoClient.login('<USERNAME>', '<PASSWORD>');
// or
netatmoClient.setTokens('<ACCESS_TOKEN>', '<REFRESH_TOKEN>');

// use the client
const stationData = netatmoClient.getStationData();
1.1.3

6 months ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago