esh2016-statistics
v1.0.2
Published
Statistics from ESH2016
Downloads
14
Readme
esh2016-statistics
Aggregates data from ESH2016
and outputs to:
data/kwh.json
time series of total energy consumption for all teamsdata/w.json
time series of momentary energy for all teamsdata/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