Interface DarkSkyDataBlock

A data block object represents the various weather phenomena occurring over a period of time.

See DarkSky API docs for more.

Hierarchy

Properties

An array of data points, ordered by time, which together describe the weather conditions at the requested location over time.

Weather condition icon id for mapping to DarkSky.

originalIcon?: WeatherIcon

The original OpenWeatherMap condition icon id.

See Weather Condition Codes for more info.

summary?: string

A human-readable summary of this data block.

Generated using TypeDoc