An open API service indexing awesome lists of open source software.

https://github.com/sveinhd/readfrostapi

Simple GO client to read historical weather and climate data from Frost API
https://github.com/sveinhd/readfrostapi

climate climate-data go rest rest-api weather

Last synced: 6 months ago
JSON representation

Simple GO client to read historical weather and climate data from Frost API

Awesome Lists containing this project

README

          

# A simple GO client for Frost API

This program demonstrate how to read historical weather and climate data from the REST API [frost.met.no](https://frost.met.no/) using GO.

Get your clientid from [Frost](https://frost.met.no/)

You need to set the env variable CLIENTID before you run the program:

`export CLIENTID=`

run the program: `go run main.go`