/WeatherApp

The Weather App gives the user weather news, based on their location, using Google's SDK for displaying the user's locations.

Primary LanguageSwift

TheWeatherApp

The Weather App gives the user the weather report, based on their location or if the user enters a location. The app is currently still in development.

The API - The Dark Sky API -

The Weather App uses the The Dark Sky's API. This API provide's the app with a weather report from across the globe, for up to seven days. https://darksky.net/dev

Google Maps SDK

I use Google Maps SDK, to display the user's current location on to a view.

iOS Frameworks

The frameworks used to developed the app are;

Core Data

To save user's pervious searches.

Core Location

Is used to get the user's current location, and used to get user's entered location.