1.0.2 • Published 7 years ago

standing-data-sdk v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Standing Data SDK

Usage:

import { fit } from 'standing-data-sdk'

const fitRates = await fit.get({ from: '2017-01-01', to: '2019-01-01' })
console.log(fitRates)
/*
[ { rate: 0.32,
    metadata: {},
    settlement_run_type: 'SF',
    tariff_type: 'fit',
    effective_to: '2017-12-31T23:59:59Z',
    effective_from: '2017-10-01T00:00:00+01:00',
    unit: 'p/kWh',
    gsp_group_id: null,
    gsp_group_code: null,
    gsp_group_name: null }]
*/