I want to use expanded icons based on the weather description field. I do not want to use the icons that ship with the API. In order to do this, I need a list of the possible values of the description
field. This is for the glitch.me weather pass-through. Can anyone point me to where I can find this info?
If you’re using OpenWeatherMap, they have a pretty thorough list of weather codes/types.
http://openweathermap.org/weather-conditions
They also limit their icon set to 18, but you could easily extend that based on this list.
I’m using the glitch.me which someone informs me is a cover for openweather. So yes, Thank you.