-
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
1 parent
aecaf8b
commit 218e032
Showing
1 changed file
with
36 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# WeatherNow | ||
A simple Weather monitoring app made with HTML,CSS,Js | ||
# Weather App | ||
|
||
A simple and responsive weather application that provides current weather information based on city input, using a free weather API. | ||
|
||
## Features | ||
|
||
- Get current weather information by entering a city name. | ||
- Responsive design for mobile and desktop views. | ||
- Displays temperature and weather description. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript | ||
- [Free Weather API](https://openweathermap.org/api) | ||
|
||
## Installation | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/CyberSphinxxx/WeatherNow.git | ||
``` | ||
|
||
2. Navigate to the project directory: | ||
```bash | ||
cd WeatherNow | ||
``` | ||
|
||
3. Open index.html in your web browser to view the app. | ||
|
||
|
||
## Usage | ||
- Enter a city name in the input box. | ||
- Click the "Get Weather" button to fetch the weather information. | ||
- The app displays the city name, current temperature, and weather description. |