Skip to content

vamshikr/TripWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TripWeather

I lived in Colorado, Washington State and Wisconsin for over 10 years. I freakout driving in snowy conditions and have some bad experiences.

This command line program takes a source location, destination location and time and lists out weather conditions through out the trip. The program uses google maps api and dark sky api to get directions and location information, and for weather forcast.

Usage:

python3 -m trip_weather "Denver,CO" "Salt Lake City,UT" "$(date)"

Install dependencies

pip install -r requirements.txt

API Keys

Export the API Keys as environment variables as shown below

export DARK_SKY_APIKEY=<your dark sky api key>
export GOOGLE_MAPS_APIKEY=<your google maps api key>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages