Earthquakes
iOS Application written in Swift 3 that uses open API to show the catalog of Earthquakes
Install / Use
/learn @anyashka/EarthquakesREADME
Earthquakes
Earthquakes is an open source iOS Application built in Swift 3. It uses open API to fetch the catalog of earthquakes.

Features
- 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
Requirements
- Swift 3.0 & Xcode 8
- iOS 10.0+
Getting started
- Clone the project
- cd into the project folder
- Run
pod install - Open
Earthquakes.xcworkspace
