- Notifications
You must be signed in to change notification settings - Fork0
leithdm/weather-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Weather App is a universal iOS app for city weather forecasts using the worldweatheronline API
Unzip and run in Xcode
Alternatively, clone the GitHub repository and open in Xcode
git clone https://github.com/leithdm/TheWeatherApp
This app was developed using:
- Xcode ver7.3
- iOS9.3.1
- This app parses data via the worldweatheronline API.
- This app requires the use of a PREMIUM API KEY (free API keys are no longer available).
- To get an API Key, create an account on the worldweatheronline website and request the 60 day premium trial.
- Scrollview to show more parsed data e.g. %Rain, Wind speed, Humidity, Sunrise time, Sunset time, etc.
- Further Core Data enhancements to store not only the cities but also the weather for those cities. This will ensure that an internet connection is not required when trying to view previously accessed information.
- UI Improvements, animations, etc.
- Broader unit testing.
- Reduce bloat in some of the view controllers.
- Save weather forecast images to Documents directory instead of downloading each time.
All contributions are welcome!
The Weather App is released under the MIT License.