Friday 2nd June - Week 13
Today I worked on connecting the WillyWeather API to my Xcode project. First, I registered for an API Key on the WillyWeather website. For the time being, I can only use 10 locations as this is the free version. I successfully entered the required code on my project to connect the API. But I am still trying to figure out how to retrieve data from the API. I am using the location id '4988' as a tester to try and retrieve the rainfall probability of this particular location. Once I have successfully retrieved the unique data from that location, I will feel confident in finding all the other attributes like temperature, wind etc. I have also created a few scenes for my app including a nav bar controller and a table view controller - the table view controller will be where all the filtered locations will be displayed once the user searches their preference.
Comments
Post a Comment