mttw

Crates.iomttw
lib.rsmttw
version0.4.1
sourcesrc
created_at2023-11-01 21:30:06.939674
updated_at2023-11-01 21:35:17.086334
descriptionA wrapper for Meteotrentino open data
homepage
repositoryhttps://gitlab.com/dnlmsr/mttw
max_upload_size
id1021801
size93,303
Daniele Moser (dnlmsr)

documentation

README

MTTW

MeteoTrentino Wrapper written in Rust.

Description

This is a simple wrapper for Meteotrentino open data written in Rust. It was meant to be a simple project to learn and get used to Rust.

Usage

After installation, just run mttw in the terminal. You can find more informations about the CLI tool by running:

mttw --help

Configuration

You can configure your own default location when calling mttw by creating a file inside $XDG_CONFIG_HOME/mttw/config.toml, which usually expands to ~/.config/mttw/config.toml. Inside the config.toml put:

[default]
locality = "Trento"

When calling mttw with no flags it will default the location to your own custom locality.

Contributing

Although this is a very simple project, feel free to open issues or PRs.

Commit count: 148

cargo fmt