A simple program which implements Openweathermaps API for weather details on specific locations, including temperature, weather description, wind speed and humidity. More specifically, this basic program implements http://openweathermap.org/current, all input data is obtained through the API.
Note: best adapted to phones and 1920 X 1080 monitors.
As a simple yet cool feature, images rendered in the program will be related to the searched location.
As for a fast preview, you can use the following link to see the program in action: WeatherApp Github page
To be able to use the program in your own environment, make sure to download the zip file from the Github repository:
https://github.com/Lme20/WeatherApp/archive/refs/heads/main.zip
Once done, proceed by opening the project in VScode or your IDE of choice.
Due to the simplicity of this program, its usage is only possible through a live preview. This can be done by either using an extension specifically for launching a local development server. In this case, as I use VScode I have opted for Live server preview as my main extension to visualise the program.
Using WeatherApp is very simple, write down your city of choice and the program will show its current weather. You can both press enter or simply click on the search lens.