erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.93k stars 854 forks source link

Forecast.io compatibilty #55

Closed bradoyler closed 9 years ago

bradoyler commented 9 years ago

FYI. You'd only need to add/alias 5 class names to have full compatibilty with the icon names used in the Forecast.io API.

wi-clear-day 
wi-clear-night 
wi-wind
wi-partly-cloudy-day
wi-partly-cloudy-night

via this page: https://developer.forecast.io/docs/v2

icon: A machine-readable text summary of this data point, suitable for selecting an icon for display. If defined, this property will have one of the following values: clear-day, clear-night, rain, snow, sleet, wind, fog, cloudy, partly-cloudy-day, or partly-cloudy-night.

erikflowers commented 9 years ago

This is a part of the 2.0 update due this week.