Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx authored Sep 22, 2024
1 parent aecaf8b commit 218e032
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
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.

0 comments on commit 218e032

Please sign in to comment.