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
- Host: GitHub
- URL: https://github.com/sveinhd/readfrostapi
- Owner: sveinhd
- License: gpl-3.0
- Created: 2019-02-25T08:03:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T20:46:12.000Z (over 4 years ago)
- Last Synced: 2024-06-21T04:51:44.361Z (about 2 years ago)
- Topics: climate, climate-data, go, rest, rest-api, weather
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`