In today’s video we will teach you beginners how to create a weather app using JavaScript & HTML, CSS,
Let’s talk about the application you’re going to build; our weather app will show the weather information that it will get from the API like this, an Icon that shows the weather status, the temperature value (18°C) in Celsius unit, the weather description (clear sky), and then the user’s city and country (London, GB).
DOWNLOAD SOURCE CODE + STARTER TEMPLATE:
https://www.codeexplained.org/2020/06/Build-A-Weather-App-Using-JavaScript.html
The icons we’re going to use for our web application are created by the Graphic Designer Ashley Jager:
https://github.com/manifestinteractive/weather-underground-icons
The API provider:
http://www.OpenWeatherMap.org
👕 T-shirts for programmers: https://bit.ly/3ir3Gci
🔔 Subscribe: https://www.youtube.com/c/CodeExplained/featured
#javascript #html #css