Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.25 KB

Weather app

Weather app

About The Project

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.

View Demo Here

Built With

HTML5 / CSS3 / JavaScript

Usage

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