Skip to content
On this page

Home > meteofrance_api > WeatherForecast

WeatherForecast class

Signature:

typescript
export declare class WeatherForecast

Constructors

Constructor

Modifiers

Description

(constructor)(e)

Constructs a new instance of the WeatherForecast class

Properties

Property

Modifiers

Type

Description

felt_temperature

number

Felt temperature in °C

iso0

number

Iso0 in m

pressure

number

Pressure in hPa

rain_snow_limit

number

Rain snow limit in m

rain

{ "1h": number; "3h": number; "6h": number; "12h": number; "24h": number; }

relative_humidity

number

Relative humidity in %

snow

{ "1h": number; "3h": number; "6h": number; "12h": number; "24h": number; }

temperature

number

Temperature in °C

time

Date

Time of the forecast

total_cloud_cover

number

Total cloud cover in %

weather_description

string

Weather description

weather_icon

string

Weather icon url

wind_direction

number

Wind direction in °

wind_icon

string

Wind icon url

wind_speed_gust

number

Wind gust speed in km/h

wind_speed

number

Wind speed in km/h