A command-line weather app, written in Go.
Dreich: (adjective) (especially of weather) dreary; bleak (Scottish)
go get github.com/craigrosie/dreich
dreich
looks for a configuration file at ~/.dreich/conf.json
, and expects the following format:
{
"app_id": "<OpenWeatherMap API Key>"
}
You can follow the process at https://openweathermap.org/appid to obtain an API key.
dreich
has been built using the Free tier of OpenWeatherMap. To view their other (paid) tiers, visit https://openweathermap.org/price.