Angela Yu Course Part 15 (lessons 145 to 153)

So yes we're back! It makes sense at this point to crack on with Angela's course. I think one of the reasons why I wanted to do the challenges from other courses was to protect myself from failing to understand new content. I need to get past that, which is why I'm going back to Angela's course! Last time with her course, I did some stuff which I can't really remember...so I'm going to crack on but may well need to go back over some stuff. Here we go! Start Time - 11:38 Location Manager So it's the workspace file I need - the one which has had 'pods' added to it. let WEATHER_URL = "http://api.openweathermap.org/data/2.5/weather" let APP_ID = "e72ca729af228beabd5d20e3b7749713" Here are the two websites which I am using. The App_ID is our own App ID that is required. So the guys at open weather map need to be able to track who is using their API... API - Application Programming Interface So...