Hi there!
Today we'll be building a simple app to make Async API calls and parse JSON. Below is a list of requirements for the app.
- Open XCode and create a
Single View Application
- The app must make an asynchronous
GET
HTTP call to the following URLhttp://ug-proxy.herokuapp.com/
- The app must parse the JSON and log out the
name
andaddress
properties from the results of the HTTP call - When complete copy and paste Objective-C into the comments box below.
curl -i http://ug-proxy.herokuapp.com/