Skip to content

SahilDhawan/On-The-Map

Repository files navigation

On-The-Map

3rd Project of the Udacity's Nanodegree for iOS Developers. This project focussed on Networking in iOS . The app also used MapKit to add Annotations to the map on the basis of Student's Locations .

Two API's were used in this project

  • Udacity
  • Parse

Udacity's API

Udacity's API was used to login a new user and to fetch data from Udacity's database .

  • To Login using Udacity's API the method used is https://www.udacity.com/api/session
  • To fetch user's data from Udacity's database the method used is https://www.udacity.com/api/users/<user_id>

Parse's API

  • To get Student Locations the method used is https://parse.udacity.com/parse/classes/StudentLocation
  • To post the Student Location the method used is https://parse.udacity.com/parse/classes/StudentLocation
  • To update the existing Student Location the method is https://parse.udacity.com/parse/classes/StudentLocation/<objectId>

Screenshots

About

iOS Developer Nanodegree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published