Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Weather-Application
# Weather App in Vanilla Javascript
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.


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!



Comment on lines +5 to +11
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this portion, this information is there below.

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
Expand Down