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.
Copy [example/weather_conditions.json](example/weather_conditions.json)
into `~/.config/weatherapi-rs` directory.
Add *rapidapi key* into `~/.config/rapidapi.toml` (see [example/rapidapi.toml](example/rapidapi.toml)).
Then run the following command:
```bash
weatherapi-rs -q "London"
```