1.0.5 • Published 6 years ago
@phinergy/etrm v1.0.5
@phinergy/etrm
An asyncronous client library for the ETRM API.
Warning: this package is under development. At the time only some curves enpoints are available and there is no documentation, so please be patient. If you find any issue please email to support at phinergy dot biz
Install
npm i @phinergy/etrm
Usage
const ETRM = require('@phinergy/etrm')
const client = new ETRM({
username: '',
password: ''
})
client.curves.list()
.then(console.log)