Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 923 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 923 Bytes

Weather-App

Weather finding site using HTML, CSS, JavaScript

This is a simple weather app that shows the current temperature, humidity, and wind speed in kilometers per hour. It is written in HTML, CSS, and JavaScript, Bootstrap.

#Requirements A web browser An API key from OpenWeatherMap #Installation Clone this repository to your local machine. Open the index.html file in a web browser. Enter your OpenWeatherMap API key in the API_KEY variable in script tag in HTML file. Click on the "Get Weather" button. #Usage The weather app will show the current temperature, humidity, and wind speed in the following format:

Current temperature: 20 degrees Celsius Current humidity: 50% Current wind speed: 10 kilometers per hour

Try Now https://deepakpariharr.github.io/Weather-Forecasting-App/

Weather-App