In this second video, Bob gets started by creating the project and focusing on how to retrieve data from the weather API. He demonstrates how to deserialize the JSON returned from the weather service into an object graph of classes created to represent the data structures in the JSON, and also how to use the HttpClient class to call an external website or web service.