Skip to content
On this page

Home > meteofrance_api > getWeather

getWeather() function

Get weather from place

Signature:

typescript
export declare function getWeather(place: Place | string): Promise<Weather>;

Parameters

Parameter

Type

Description

place

Place | string

Place Name or Place class

**Returns:**

Promise<Weather>