Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DayForecast

Forecast object with a required hourly 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.

hourly

latitude

latitude: number

The requested latitude.

longitude

longitude: number

The requested longitude.

Optional minutely

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

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