App that implements GET, POST and PUT networking methods to download student information in JSON format and show on MKMapView
This app was built in Swift 3.0 and XCode 8.2 for deployment in iOS 10.2
This app queries Udacity's API and a RESTful API in order to gather student data and location information and display it on an MKMapView. Users can update their locations and save the new locations to the server. This app was built as part of Udacity's networking module.