weatherapi-rs 0.3.1

Small weather CLI util for weatherapi.com
Documentation

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"