Skip to content

kateFrontend/js-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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