This program demonstrate how to read historical weather and climate data from the REST API frost.met.no using GO.
Get your clientid from Frost
You need to set the env variable CLIENTID before you run the program:
export CLIENTID=<CLIENTID>
run the program: go run main.go