JavaScript Weather application with API from https://openweathermap.org/ and unsplash API for changing pictures.
Weather application is an excellent project which helps to understand the core basics of the DOM and teaches how to use fetch API, to call and get data from a third-party service.
HTML5 / CSS3 / JavaScript
You need to create an account here https://openweathermap.org/ and get your API KEY.
In this project you will be able to know the temperature, sky condition, wind speed, humidity etc. When you input the name of any city in the input line, you will get all the information you need about the weather conditions in your city.
Using unsplash API, it finds a random photo of the searching city.
Application is responsive for all mobile devices.
Inspired by Jonah Lawrence tutorial.
Project Link: https://github.com/kateFrontend/Weather-app