Crates.io | weather-info |
lib.rs | weather-info |
version | 0.1.0 |
source | src |
created_at | 2020-08-06 04:00:52.876458 |
updated_at | 2020-08-06 04:00:52.876458 |
description | An OpenWeather terminal utility to get current location's weather condition. This is pretty much a hobby project. |
homepage | https://github.com/Ujang360/weather-info |
repository | https://github.com/Ujang360/weather-info |
max_upload_size | |
id | 273534 |
size | 39,584 |
An OpenWeather terminal utility to get current location's weather condition. This is pretty much a hobby project.
To install this from Rust community's crate registry, one must install Rust. Then do this in the terminal:
cargo install weather-info
> weather-info
City : Bandung
Weather : Clouds
Temperature : 27.69 °C
Feels Like : 30.02 °C
Pressure : 1011 mBar
Humidity : 58 %
Wind Speed : 1.08 m/s
Wind Direction : 346 degree
You will be prompted to type OpenWeather API-Key, it will save the key in your home folder. One can get the key from this link for free.
weather-info
is distributed under the terms the MIT license.
See LICENSE for details.