1 2 3 4 5 6 7 8 9 10 11 12
# 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 ```bash weatherapi-rs -q "London" ```