WINDY APP

Author
Alex Soar
Technologies
HTML, CSS, JS, Web API
Github Repository
windy-app

I’ve uploaded the project to Vercel and also added a link to github so you can check out the code.

This is a weather widget for a website that I wrote in JavaScript.
It uses an asynchronous function to get geo position data, and then if the user has allowed the browser to determine the location, it returns weather data using the API of a third party service.
In this case, I’m using the Openweathermap API.

Also for convenience, I’ve added a dropdown list of locations which should make it easier to find the desired location. I used another third-party API for this purpose

In the future I plan to refine the widget by adding output data, as well as changing styles and backgrounds depending on the weather. All in all, there is a lot of room for creativity.