weatherapi-rs

Crates.ioweatherapi-rs
lib.rsweatherapi-rs
version0.3.2
created_at2025-06-22 20:19:10.618204+00
updated_at2025-12-10 10:01:01.101508+00
descriptionSmall weather CLI util for weatherapi.com
homepage
repositoryhttps://github.ciom/mufasa71/my-rustlets/weatherapi-rs
max_upload_size
id1721903
size90,225
Shukhrat Mukimov (mufasa71)

documentation

README

Weather-rs

This project is a simple weather application written in Rust. It uses the weatherapi.com and rapidapi subscription to fetch current weather data for a given city.

Usage

Copy example/weather_conditions.json into ~/.config/weatherapi-rs directory.

Add rapidapi key into ~/.config/rapidapi.toml (see example/rapidapi.toml).

Then run the following command:


weatherapi-rs -q "London"
Commit count: 0

cargo fmt