1.0.2 • Published 10 years ago

esh2016-statistics v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

esh2016-statistics

Aggregates data from ESH2016 and outputs to:

  • data/kwh.json time series of total energy consumption for all teams
  • data/w.json time series of momentary energy for all teams
  • data/summary.json summary of total energy for all teams, lowlist, max and mean of momentary values

Install

$ npm i esh2016-statistics -S

JS Api

Static data via JS api:

const data = require('esh2016-statistics')
console.log('kwh', data.kwh)
console.log('w', data.w)
console.log('summary', data.summary)

License

MIT

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago