forked from Anadee11/WebArena
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Weather App | ||
This is a weather app built using HTML, CSS and JS. The user can Enter the location and the corresponding weather of the location will be displayed. An emoji will also be displayed based on the current temperature like sunny, night. | ||
|
||
The weather is fetched using API call. | ||
API used is openWeatherMap. [Official Documentation](https://openweathermap.org/) | ||
|
||
|
||
## Tech-Stack | ||
HTML, CSS, JavaScript | ||
|
||
## Steps to Run: | ||
- Clone the repo into local machine | ||
- Open the folder with a code editor like VScode | ||
- Run the index.html | ||
|
||
## Snapshot: | ||
 | ||
 | ||
 | ||
|