I Need Help With The Intermediate Weather App Project!

Is there any very current tutorials that go over the weather app project. I’m having trouble with which API to use and how to set it up in codepen. Any help will be appreciated, thank you.

Okay, some tips here, go to Codepen, JavaScript and import jQuery.
So this this is the code you need to use to get the json data.
$.getJSON(“linktoapi”, function(data));
console.log(data);

This piece of code, gets the json from the API, and puts it in a “variable”(I don’t know if I can call it like that), in this example called data.
This should be enough…good luck!

I really appreciate this thank you.

1 Like

This really helped me --> https://www.youtube.com/watch?v=eLK28VPJvCE&list=PLHdCowjFIBmLRvwkK0UNz0OA10pYI4H0g

use this api instead, but apply the skills explained to use it: https://fcc-weather-api.glitch.me/