Skip to content

sergiolmartinez/daily_weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daily_weather_app

This app uses the API from https://open-meteo.com/ to gather weather data and print a daily weather report when run.

It is capable of printing more information, currently it will only print the weather data for the current day.

To use the app update the latitude and longitude to your needs in:

om_params = { "latitude": DESIRED_LAT, "longitude": DESIRED_LONG, ... }

om_params = { "latitude": DESIRED_LAT, "longitude": DESIRED_LONG, ... }

About

App written in Python to determine the weather conditions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages