Home > meteofrance_api > WeatherForecast
WeatherForecast class
Signature:
typescript
export declare class WeatherForecast
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | Felt temperature in °C | ||
number | Iso0 in m | ||
number | Pressure in hPa | ||
number | Rain snow limit in m | ||
{ "1h": number; "3h": number; "6h": number; "12h": number; "24h": number; } | |||
number | Relative humidity in % | ||
{ "1h": number; "3h": number; "6h": number; "12h": number; "24h": number; } | |||
number | Temperature in °C | ||
Date | Time of the forecast | ||
number | Total cloud cover in % | ||
string | Weather description | ||
string | Weather icon url | ||
number | Wind direction in ° | ||
string | Wind icon url | ||
number | Wind gust speed in km/h | ||
number | Wind speed in km/h |