| Crates.io | mttw |
| lib.rs | mttw |
| version | 0.4.1 |
| created_at | 2023-11-01 21:30:06.939674+00 |
| updated_at | 2023-11-01 21:35:17.086334+00 |
| description | A wrapper for Meteotrentino open data |
| homepage | |
| repository | https://gitlab.com/dnlmsr/mttw |
| max_upload_size | |
| id | 1021801 |
| size | 93,303 |
MeteoTrentino Wrapper written in Rust.
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.
After installation, just run mttw in the terminal. You can find more informations about the CLI tool by running:
mttw --help
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.
Although this is a very simple project, feel free to open issues or PRs.