Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HourForecast

Forecast object with a required minutely property.

Hierarchy

Index

Properties

Optional alerts

alerts: Alert[]

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

Optional currently

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

Optional daily

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

Optional flags

flags: Flags

A flags object containing miscellaneous metadata about the request.

headers

Response headers set by DarkSky API.

Optional hourly

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

latitude

latitude: number

The requested latitude.

longitude

longitude: number

The requested longitude.

minutely

timezone

timezone: string

The IANA timezone name for the requested location.

This is used for text summaries and for determining when hourly and daily data block objects begin.

Generated using TypeDoc