craigrosie / dreich

A command-line weather app written in Go, or the most common type of Scottish weather.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card

Dreich

A command-line weather app, written in Go.

Dreich: (adjective) (especially of weather) dreary; bleak (Scottish)

Installation

go get github.com/craigrosie/dreich

Configuration

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.

About

A command-line weather app written in Go, or the most common type of Scottish weather.


Languages

Language:Go 100.0%