Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Alert

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

see

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

Hierarchy

  • Alert

Index

Properties

description

description: string

A detailed description of the alert.

expires

expires: number

The UNIX time at which the alert will expire.

regions

regions: string[]

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

severity

severity: Severity

The severity of the weather alert.

time

time: number

The UNIX time at which the alert was issued.

title

title: string

A brief description of the alert.

url

url: string

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

Generated using TypeDoc