KFOpenWeatherMapAPI icon indicating copy to clipboard operation
KFOpenWeatherMapAPI copied to clipboard

An OpenWeatherMap API Client for iOS and OSX

Results 1 KFOpenWeatherMapAPI issues
Sort by recently updated
recently updated
newest added

I am using the weather API as below: http://api.openweathermap.org/data/2.5/weather?lat=21.422749&lon=39.826122&units=metrics&appid=3e4a4bbd1a7dedb59ee44b2a63078c30 The response i am getting is: { "coord":{ "lon":39.83, "lat":21.43 }, "weather":[ { "id":800, "main":"Clear", "description":"clear sky", "icon":"01n" } ], "base":"stations",...