No description
Find a file
JuliusFreudenberger 1b6afde312 Rain in hourly weather now displayed correctly
Was a dict conntaining '1h' as key. The value for this key is now used.
Also renamed get_weather() to query_weather() as it is not a getter but querying the api.
2020-09-24 11:03:16 +02:00
.gitignore Added OpenWeatherMap API as new command 2020-09-18 22:36:37 +02:00
bot.py Added OpenWeatherMap API as new command 2020-09-18 22:36:37 +02:00
city.list.json Added OpenWeatherMap API as new command 2020-09-18 22:36:37 +02:00
exceptions.py Restructured files 2020-09-14 20:41:54 +02:00
stations Added ability to query for weather 2020-05-12 22:29:44 +02:00
vvs.py Restructured files 2020-09-14 20:41:54 +02:00
weather_meteomedia.py Added OpenWeatherMap API as new command 2020-09-18 22:36:37 +02:00
weather_openweathermap.py Rain in hourly weather now displayed correctly 2020-09-24 11:03:16 +02:00