https://github.com/tpal-dev/ios-swift-4-weatherapp-openweathermapapi
Weather App using OpenWeatherMap API and GPS Location | in Swift 4 ✓MVC ✓REST API ✓CocoaPods(Alamofire, SwiftyJSON) ✓CoreLocation ✓Protocols ✓UITextField
https://github.com/tpal-dev/ios-swift-4-weatherapp-openweathermapapi
alamofire cocoapods protocols segues swiftyjson
Last synced: about 2 months ago
JSON representation
Weather App using OpenWeatherMap API and GPS Location | in Swift 4 ✓MVC ✓REST API ✓CocoaPods(Alamofire, SwiftyJSON) ✓CoreLocation ✓Protocols ✓UITextField
- Host: GitHub
- URL: https://github.com/tpal-dev/ios-swift-4-weatherapp-openweathermapapi
- Owner: tpal-dev
- Created: 2020-10-14T17:23:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T09:15:15.000Z (over 4 years ago)
- Last Synced: 2025-01-09T16:11:26.515Z (4 months ago)
- Topics: alamofire, cocoapods, protocols, segues, swiftyjson
- Language: Swift
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WeatherApp-iOS-Swift
Weather App using OpenWeatherMap API and GPS Location | in Swift ✓MVC ✓REST API ✓CocoaPods(Alamofire, SwiftyJSON) ✓CoreLocation ✓Protocols ✓SeguesYou can find here:
* CocoaPods to manage and use open source code libraries
* Framework CoreLocation and utilising the iPhone’s GPS
* Navigation between View Controllers using Segues
* Parse data organised in JSON format
* Pass data between View Controllers
* Use public REST APIs to fetch data
* Delegates and Protocols
* Switch statements
* Networking calls
* SwiftyJSON
* Alamofire