AccuWeather forecast python program with tinyDB storing API key, last used location and metric unit.
(for complete tutroial, please visit https://www.codeastar.com/easy-accuweather-forecast-in-python/ )
$pipenv install
(for the first time)
$export ACW_API_KEY=YOUR_ACCUWEATHER_API_KEY
$python accuw_forecast.py -l LOCATION_NAME -m f
(after the first run)
$python accuw_forecast.py