Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.08 KB

InstantWeather

A basic Objective-C iOS app that shows the weather of your current location using OpenWeatherMap API. Kempton Park Monte Vista

Description

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.

Dependencies

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.

Licence

InstantWeather is licensed under the terms of the MIT License. Please see LICENSE file for full details.