Interface DarkSkyHourForecast

Forecast object with a required minutely property.

Hierarchy

Properties

alerts?: DarkSkyAlert[]

An alerts array, which, if present, contains any severe weather alerts pertinent to the requested location.

A data point containing the current weather conditions at the requested location.

A data block containing the weather conditions day-by-day for the next week.

A data block containing the weather conditions hour-by-hour for the next two days.

latitude: number

The requested latitude.

Mapped from Forecast.lat

longitude: number

The requested longitude.

Mapped from Forecast.lon

A data block containing the weather conditions minute-by-minute for the next hour.

timezone: string

The IANA timezone name for the requested location.

Generated using TypeDoc