WeatherForecast

Represents the forecast of the Weather object.

Attributes

low

The lowest temperature of forecast.

Type: str

high

The highest temperature of forecast.

Type: str

skycodeday

The sky code day of forecast.

Type: str

skytextday

The sky text day of forecast.

Type: str

date

The date of weather.

Type: str

day

The day of weather.

Type: str

shortday

The short-form of day attribute. For example, if day attribute is "Saturday" the shortday will be "Sat"

Type: str

precip

The precipitation of the forecast.

Type: str

Last updated