I was working on the weather project. When I tried to get weather information from OpenWeatherMap, the API call was not responding. I searched for the forums. It said that was the http/https issue. Still, I have no idea how to fix it.
Here’s my code. https://codepen.io/Minyang64/pen/jLpQzE?editors=1011
Adding https://cors-anywhere.herokuapp.com before the url and that didn’t solve the problem. What else can I do besides changing the api?