Neeed help weather app, where to start

See the Pen freeCodeCamp:Weather App by Eldar (@eldarm) on CodePen.

I just copied to codes, but do not know how to go further. Need step by step explanation

I am also working on this., FCC provide an API in JSON format on the challenge page. You need to make an AJAX call to the API passing the location coordinates.

You then format the JSON to how you want on your page.

1 Like