HELP PLEASE -- Weather App Project

I’ve spent around 8 hours on this and I feel like I’m incredibly stuck. I stripped all the styling down to the bare minimum, I need help understanding the JS and jQuery stuff.

What I don’t understand is how to manipulate the DOM with the location/weather/temp data with jQuery.

I think I have the basic skeleton relatively correct, I need a nudge in the right direction with what to do with the API info and passing it tot he DOM.

I am most very grateful for your help!

I’m attempting to use the API provided by free code camp https://fcc-weather-api.glitch.me/

is it as simple as putting this inside the navigator.geolocation.getCurrentPosition callback?

var api = https://fcc-weather-api.glitch.me/api/current?lon=:longitude&lat=:latitude; // ???

Still working on this, standby…