I am at the beginning of this project, but i cant get the weather api to work and the location api only works on https. can somone help me?
@linkrox Chrome and Firefox have recently begun requiring an https connection to serve geolocation so since the weather api is http and not https, you will need to use IP-location (something like ip-api.com) to get the user’s location. There is an update to the weather project that is pending right now that explains this.
Also in your $.getJSON("api.openweathermap.org/data/2.5/weather? your missing the http:// at the start eg http://api…