Where do I start? ???
I saw a pretty good tutorial at https://www.youtube.com/watch?v=eLK28VPJvCE&list=PLHdCowjFIBmLRvwkK0UNz0OA10pYI4H0g
I used this to get the basics, here is one thing you want to do. Instead of using the api he is using, just replace it with this api --> https://fcc-weather-api.glitch.me/
Its just accessing a object and calling the api, something he shows in the first couple videos of the series.
The outputs of the apis are kinda different, so accessing the two objects output will vary.
I found that SimpleWeather.JS helped me a lot. The docs don’t explain much, but the examples are good and it isn’t too hard to figure out. Plus, you don’t have to deal with CORS or anything.