0.1.1 • Published 5 years ago

molnar-raincloud v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Molnar Raincloud

This is a javascript sdk for interacting with Molnar Raincloud API's.

Molnar Raincloud does not provide an official API. The results of this project are merely from reverse engineering. This project does not have any official relationship or support by https://getnexx.com/. Use it at your own risk.

Nexx Garage Official Site: https://www.wifiaquatimer.com

Usage:

npm i molnar-raincloud

https://github.com/tchellomello/raincloudy https://www.wifiaquatimer.com/get_cu_and_fu_status?controller_serial=d88039adfe67&faucet_serial=d2fa

import { MolnarApiClient } from 'molnar-raincloud';

const client = new MolnarApiClient({
  "controllerSerial": "serial",
  "faucetSerial": "serial",
});

// get array of all devices
const status = await client.getStatus();