nature-remo-api-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Nature Remo API Client

Node.js client for Nature Remo.

Installation

You can install by following command.

$ npm install --save nature-remo-api-client

Usage

import { NatureRemoApiClient } from 'nature-remo-api-client';

const client = new NatureRemoApiClient('TOKEN');

client.me().then((me) => console.log(me));

Supported APIs

  • GET /1/users/me
  • GET /1/devices
  • GET /1/appliances
  • GET /1/appliances/{appliance}/signals

The full list of API can be found here.

Readme

Keywords

Package Sidebar

Install

npm i nature-remo-api-client

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

16 kB

Total Files

19

Last publish

Collaborators

  • hrysd