Using JavaScript
It is an application which gives you the details of the present weather such as temperature conditions, wind speed, humidity etc. It also provides a brief forecast for the weather ahead.
Design: I had a bunch of ideas for the design of this app and I did look at a few completed projects (without checking their code, of course) from the community to see what other folks were displaying in their app and how it looked.
Logic: After looking at an example API response from Open Weather, I figured I’ll need to get the longitude and latitude of the user to be able to serve weather information on page load.
Here is the link of GitHub Repository for code: Click Here