Interface CurrentConditions

Hierarchy

  • CurrentConditions

Properties

clouds: number

Cloudiness, %

conditionId: number
description: string

Description of the weather

dewPoint: undefined | 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.

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.)

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.

uvi: undefined | number

The maximum value of UV index for the day

visibility: number

Average visibility, metres

wind: WindData

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

Generated using TypeDoc