Last year I mentioned a nice example of an iOS weather app called Sol with a beautiful interface.
Here’s an open source library from Sol creator Comyar Zaheri for simplifying weather API requests called CZWeatherKit that was built to simplify the weather requests for Sol.
CZWeatherKit provides an extensive feature set for downloading weather data that includes:
– Support for the Weather Underground and Open Weather Map APIs
– Gathering of current weather conditions
– Gathering of weather forecasts
– Climacons (icons indicating various weather conditions)
An example is included.
You can find CZWeatherKit on Github here.
A nice library for those interested in creating weather apps.