API-Key für heute: XXX (bitte nachfragen) - [ ] Wetter heute: verschiedene Parameter verwenden

Link zur API-Doc: [<https://openweathermap.org/current>](<https://openweathermap.org/current>)

Beispiel für einen GET-Request: [<https://api.openweathermap.org/data/2.5/weather?lat=44.34&lon=10.99&appid=>](<https://api.openweathermap.org/data/2.5/weather?lat=44.34&lon=10.99&appid=eb13d391f253dc158627adb9204cb8d9>)XXX

GET-Request für Görlitz, Temperatur in Grad Celsius, Sprache in deutsch: [<https://api.openweathermap.org/data/2.5/weather?units=metric&lang=de&lat=51.15&lon=15&appid=>](<https://api.openweathermap.org/data/2.5/weather?units=metric&lang=de&lat=51.15&lon=15&appid=eb13d391f253dc158627adb9204cb8d9>)XXX

mit F12 im Browser die Entwicklertools aufrufen
- [ ]  Wettervorhersage für die nächsten Tage

Link zur API-Doc: [<https://openweathermap.org/forecast5>](<https://openweathermap.org/forecast5>)
    
    GET-Request für Görlitz: [<https://api.openweathermap.org/data/2.5/forecast?units=metric&lang=de&lat=51.15&lon=15&appid=>](<https://api.openweathermap.org/data/2.5/forecast?units=metric&lang=de&lat=51.15&lon=15&appid=eb13d391f253dc158627adb9204cb8d9>)XXX