weathr 1.0.0

A terminal-based ASCII weather application with animated scenes driven by real-time weather data
Documentation

weathr

A terminal weather app with ASCII animations.

Contents

Installation

Build

You need Rust installed.

git clone https://github.com/veirt/weathr.git
cd weathr
cargo install --path .

Configuration

The config file is at ~/.config/weathr/config.toml.

Setup

mkdir -p ~/.config/weathr

Edit ~/.config/weathr/config.toml:

[location]
latitude = 52.52
longitude = 13.41

Usage

Run:

weathr

License

GPL-3.0-or-later