Skip to content

codeastar/ez_accuweather_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages