1.0.5 • Published 5 years ago

@phinergy/etrm v1.0.5

Weekly downloads
-
License
-
Repository
gitlab
Last release
5 years ago

@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)
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago