Interface OpenWeatherMapOptions

Options object for configuring an instance of OpenWeatherMapBase.

Hierarchy

Properties

exclude?: Exclude[]

Exclude some number of data blocks from the API response. This is useful for reducing latency and saving cache space.

lang?: Language

Return summary properties in the desired language.

requestConfig?: AxiosRequestConfig<any>

Optional config to change the way axios makes the request.

units?: Units

Return weather conditions in the requested units.

Generated using TypeDoc