weatherapi-rs 0.3.3

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](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"
```