Weather App from API
API Website: https://open-meteo.com/en/docs
Sample object with all the querystring items you might use:
weatherData: {
"latitude": 36.5323,
"longitude": -116.9325,
"current_weather": true,
"temperature_unit": "fahrenheit",
"daily": "temperature_2m_min,temperature_2m_max",
"timezone": "America/Boise"
}
To be put into a URL like this (for a GET request):
https://api.open-meteo.com/v1/forecast?latitude=36.5323&longitude=-116.9325...
Resources
Inspiration
Background Images