Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.55 KB

Golang client for Open Data Hub time series API (affectionately named "ninja")

This is a golang client library for the Open Data Hub time series API: Ninja API

Usage

go get github.com/noi-techpark/go-timeseries-client

Information

Support

For support, please contact [email protected].

Contributing

If you'd like to contribute, please follow our Getting Started instructions.

License

The code in this project is licensed under Mozilla Public License Version 2.0

REUSE

This project is REUSE compliant, more information about the usage of REUSE in NOI Techpark repositories can be found here.

Since the CI for this project checks for REUSE compliance you might find it useful to use a pre-commit hook checking for REUSE compliance locally. The pre-commit-config file in the repository root is already configured to check for REUSE compliance with help of the pre-commit tool.

Install the tool by running:

pip install pre-commit

Then install the pre-commit hook via the config file by running:

pre-commit install