WeatherForecast
Represents the forecast of the Weather object.
Attributes
Attributes
low
low
The lowest temperature of forecast.
Type: str
high
high
The highest temperature of forecast.
Type: str
skycodeday
skycodeday
The sky code day of forecast.
Type: str
skytextday
skytextday
The sky text day of forecast.
Type: str
date
date
The date of weather.
Type: str
day
day
The day of weather.
Type: str
shortday
shortday
The short-form of day
attribute. For example, if day
attribute is "Saturday" the shortday
will be "Sat"
Type: str
precip
precip
The precipitation of the forecast.
Type: str
Last updated