A basic Objective-C iOS app that shows the weather of your current location using OpenWeatherMap API.
A basic iOS app that shows the weather of your current location using OpenWeatherMap API and RestKit framework. The integrated RestKit framework maps the fetched JSON result to a Core Data entity and then persists the entity. This project uses Cocoapods.
This app depends on the following open source libraries:
RestKit- A modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It comes with Core Data integration, which makes object persitence a cool breeze.
InstantWeather is licensed under the terms of the MIT License. Please see LICENSE file for full details.