Interface DarkSkyAlert

Objects representing the severe weather warnings issued for the requested location by a governmental authority.

See

https://darksky.net/dev/docs#response-alerts

Hierarchy

  • DarkSkyAlert

Properties

description: string

A detailed description of the alert.

expires: number

The UNIX time at which the alert will expire.

regions?: string[]

An array of strings representing the names of the regions covered by this weather alert.

Not received from OpenWeatherMap

severity?: undefined

The severity of the weather alert.

Not received from OpenWeatherMap

time: number

The UNIX time at which the alert was issued.

title: string

A brief description of the alert.

url?: undefined

An HTTP(S) URI that one may refer to for detailed information about the alert.

Not received from OpenWeatherMap

Generated using TypeDoc