Hello all,
I’ve been stuck on the weather app project. I’ve started over a few times and now I’m back to the very beginning and still have problems. I feel like I’m missing something fundamental here. Any guidance for this project would appreciated greatly
As far as I can tell I have geoLoc and my url working properly. I use the $.getJSON method with my url but I can’t get any data to log to the console from the $.getJSON. What am I missing? I’ve read about callbacks but I’m still not sure what I’m doing. I’ve tried adding “?callback=?” to the end of my url as suggested but I am still getting no results.
Here is what I have for JS so far
Thanks,
Jon