type
WorldWeather.daily_weather
=
{ 
Date.date
 
date
, 
int
 
tempMin
, 
int
 
tempMax
, 
string
 
iconUrl
, 
string
 
desc
 }
A single day weather result.
-
date a date of the forecast
-
tempMin minimal temperature (in C)
-
tempMax maximal temperature (in C)
-
iconUrl an URL to the icon representing the weather forecast for the day
-
desc a textual description (in English) of the weather forecast for the day

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.