Interface ForecastConditions

Hierarchy

  • ForecastConditions

Properties

clouds: number

Cloudiness, %

conditionId: number
description: string

Description of the weather

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

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

visibility: number

Average visibility, metres

wind: WindData

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

Generated using TypeDoc