When I attempted to check the data on my location the icon was not showing. This is because there is no url in the place of the icon name when it was snowing. I’m not sure if this is an isolated instance or more widespread so decided to point it out.
/ 20171229142838
// https://fcc-weather-api.glitch.me/api/current?lat=45&lon=-93
{
“coord”: {
“lon”: -93,
“lat”: 45
},
“weather”: [
{
“id”: 721,
“main”: “Haze”,
“description”: “haze”
},
{
“id”: 600,
“main”: “Snow”,
“description”: “light snow”,
“icon”: “13d”
}
],
“base”: “stations”,
“main”: {
“temp”: -16.84,
“pressure”: 1028,
“humidity”: 70,
“temp_min”: -18,
“temp_max”: -16
},
“visibility”: 4023,
“wind”: {
“speed”: 5.7,
“deg”: 330
},
“clouds”: {
“all”: 90
},
“dt”: 1514578800,
“sys”: {
“type”: 1,
“id”: 1573,
“message”: 0.0042,
“country”: “US”,
“sunrise”: 1514555407,
“sunset”: 1514587160
},
“id”: 5039587,
“name”: “North Saint Paul”,
“cod”: 200
}