A simple app for getting real-time weather information, with iPhone GPS data.
- Gem features using Cocoapods
- Installing new Pods in my Xcode project
- Using Apple's Core Location library to get GPS data from an Apple device
- Asking the user for location permission
- Networking with Alamofire
- JSON Parsing with SwiftyJSON
- Used OpenWeatherAPI to get weather data
- Creating and using Segues
- Implemented Delegates and Protocols
- MVC design architecture
This is a companion project to The App Brewery's Complete App Development Bootcamp, check out the full course at www.appbrewery.co