Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 474 Bytes

File metadata and controls

20 lines (12 loc) · 474 Bytes

Easy AccuWeather Forecast in Python

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/ )

Quick Install

$pipenv install

How to run

(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