My weather site, I would like to know your opinions. Thanks

Hi, this is my weather website, I didn’t use the navigator geolocation, I’ll do it soon, I used a site that provide the location of the Internet provider, this location is not exact but allows that the website works without ask for permission to the user.

when I write “https://code…” in the url the site don’t work, but when I write “http://code…” or write “codepen.io…” it works correctly, I would like to know why?

See the Pen zorKay by Hatim Sue (@hatimsue) on CodePen.

Hi, if you use https your browser won’t allow an api call to an unsecure (http) server.