Mobile_Application_Developm.../app-resources.md

19 lines
600 B
Markdown

# App Ressourcen für Daliy Helper
## Linksammlung:
[Icon Generator](https://romannurik.github.io)
[Beispiel App Projekt](https://github.com/haroon47/WeatherApp)
# Wetter API:
## OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0`
`https://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric`
## Vorhersage:
`https://api.openweathermap.org/data/2.5/forecast?lat=35&lon=139&appid=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric`
## Wetter Icon
String iconUrl = "https://openweathermap.org/img/w/" + iconCode + ".png";