0.1.2 • Published 2 years ago

node-palmettosolar v0.1.2

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

Usage

const api = require ('node-palmettosolar');


let token = await api.authenticate('user@email.com', 'password');

let user = await api.user(token);

let sitestatus = await api.siteStatus(token);

let energy = await api.energy(token, '2022-04-23', api.intervals.week, api.values.total);

let notifications = await api.notifications(token);