Simple command line weather forecast tool
~/.weather_cli
{
"owm_key": "API_KEY",
"ip2geo_key": "API_KEY"
}
> ./weather_cli
Temperature in Lappeenranta FI is -6.99°C
> ./weather_cli -c ~/.weather_cli
Temperature in Lappeenranta FI is -6.99°C
> ./weather_cli --config ~/.weather_cli -C London -O GB
Temperature in London GB is 4.21°C
> ./weather_cli --help
Usage: weather_cli.exe [OPTIONS] --config <FILE>
Options:
-C, --city <CITY>
-O, --country <COUNTRY>
-c, --config <FILE>
-v, --verbose
-h, --help Print help
-V, --version Print version