Creating a weather app using HTML and JS
This will be blog post #1 of a new series where I will showcase a new project that I have created either from a tutorial or a work project. To create a web app that shows the weather I used HTML, JavaScript and Bootstrap. I used JavaScript to connect a weather API, and AJAX to …