Local Weather, the possible values of weather[0].main (fcc api) [CLOSED]

Hey Guys,

I wanted to know all the possible values of the different types of weather (weather[0].main) so that I can use those values in a switch statement to change the background.
Could someone help me?

Thanks,
Simon

AFAIK it uses the OpenWeatherMap API. There’s a page about weather conditions from their docs.
http://openweathermap.org/weather-conditions

Thanks @kevcomedia. :+1: