Enumeration DarkSkyWeatherIcon

Represent the available weather icon codes available for DarkSky.

Used as an interop between existing codebases that use DarkSky. However you really should stick to OpenWeatherMaps WeatherIcons, as you'll be able to access an icon.

Enumeration Members

ClearDay: "clear-day"
ClearNight: "clear-night"
Cloudy: "cloudy"
Fog: "fog"
PartlyCloudyDay: "partly-cloudy-day"
PartlyCloudyNight: "partly-cloudy-night"
Rain: "rain"
Sleet: "sleet"
Snow: "snow"
Thunderstorm: "thunderstorm"
Wind: "wind"

Generated using TypeDoc