From 4a95d0f3e17e1bdfeca9f9aa5024db9ea3cf211f Mon Sep 17 00:00:00 2001 From: mahi-19 <72148636+mahi-19@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:41:20 +0530 Subject: [PATCH] Update a doc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index abf696d..03b1390 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # Weather-Application +# Weather App in Vanilla Javascript + +This is a cool weather app made in vanilla (pure) Javascript. + +In this app, I have fetched openweathermap.org API for current weather report. + +Hope you'll like this! + + + A weather application which informs about current Location's name, Weather-description, Temprature, Windspeed and Humidity. This weather application is made using HTML, CSS and JavaScript. Weather information is fetched using API of the website:- http://openweathermap.org