Interface DailyConditions

Hierarchy

  • DailyConditions

Properties

clouds: number

Cloudiness, %

conditionId: number
description: string

Description of the weather

dewPoint: number

Atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

feelsLike: DailyFeelsLike

This accounts for the human perception of weather. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

humidity: number

Humidity, %

icon: Icon
main: string

Group of weather parameters (Rain, Snow, Extreme etc.)

pop: number

Probability of precipitation

pressure: number

Atmospheric pressure on the sea level, hPa

rain: number

Precipitation volume, mm

snow: number

Snow volume, mm

summary: string

Human-readable text description of the daily forecast

Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

uvi: number

The maximum value of UV index for the day

wind: WindData

Wind statistics. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.

Generated using TypeDoc