A library to retrieve pricing information from the NZ electricity retailer "Flick". https://code.ivysaur.me/flickelectricnz-go
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu b3fb64c47d commit all archived files 2017-06-10 00:00:00 +00:00
dist-archive commit all archived files 2017-06-10 00:00:00 +00:00
doc commit all archived files 2017-06-10 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2016-08-24 00:00:00 +00:00
README.md commit all archived files 2017-06-10 00:00:00 +00:00

README.md

flickelectricnz-go

A library to retrieve pricing information from the NZ electricity retailer "Flick".

  • Ported from the node.js / coffeescript package https://github.com/madleech/FlickElectricApi by @madleech (ISC license).
  • Uses synchronous requests, allowing callers to wrap in goroutines as appropriate.
  • Includes a sample command-line tool to retrieve prices.

Changelog

2017-06-10 1.1

2016-08-24 r1