weather_code fields of the API response. The app maps each code to a Lucide icon via the getWeatherIcon() function in script.js.
Icon mapping logic
| Condition | Codes | Icon |
|---|---|---|
| Clear sky | 0 | sun |
| Partly cloudy to overcast | 1–3 | cloud |
| All other conditions | 4+ | cloud-rain |
Complete WMO code reference
| Code(s) | WMO description | Sky AI Forecast icon |
|---|---|---|
| 0 | Clear sky | sun |
| 1 | Mainly clear | cloud |
| 2 | Partly cloudy | cloud |
| 3 | Overcast | cloud |
| 45 | Fog | cloud-rain |
| 48 | Depositing rime fog | cloud-rain |
| 51 | Drizzle: light | cloud-rain |
| 53 | Drizzle: moderate | cloud-rain |
| 55 | Drizzle: dense intensity | cloud-rain |
| 61 | Rain: slight | cloud-rain |
| 63 | Rain: moderate | cloud-rain |
| 65 | Rain: heavy | cloud-rain |
| 71 | Snow fall: slight | cloud-rain |
| 73 | Snow fall: moderate | cloud-rain |
| 75 | Snow fall: heavy | cloud-rain |
| 77 | Snow grains | cloud-rain |
| 80 | Rain showers: slight | cloud-rain |
| 81 | Rain showers: moderate | cloud-rain |
| 82 | Rain showers: violent | cloud-rain |
| 85 | Snow showers: slight | cloud-rain |
| 86 | Snow showers: heavy | cloud-rain |
| 95 | Thunderstorm: slight or moderate | cloud-rain |
| 96 | Thunderstorm with slight hail | cloud-rain |
| 99 | Thunderstorm with heavy hail | cloud-rain |