Earthquakes is an open source iOS Application built in Swift 3. It uses open API to fetch the catalog of earthquakes.
- Uses Alamofire for making requests to API
- Pull to Refresh earthquakes
- SwiftyJSON for easier JSON parse
- Saves favourite earthquakes to Core Data
- NSFetchedResultsController to update favourite earthquakes list
- MapKit to show an earthquake location
- Swift 3.0 & Xcode 8
- iOS 10.0+
- Clone the project
- cd into the project folder
- Run
pod install
- Open
Earthquakes.xcworkspace