-
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
24 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,24 @@ | ||
# Weather Web App | ||
|
||
This is a simple web application that provides real-time weather information. The app is hosted on GitHub Pages and allows users to check the current weather conditions for a specific location. | ||
|
||
## Features | ||
|
||
- **Current Weather:** Get the latest information about the weather, including temperature, humidity, and wind speed. | ||
- **Location-based:** Enter the name of your city or any location to get accurate weather data. | ||
- **Responsive Design:** The app is designed to work seamlessly on both desktop and mobile devices. | ||
|
||
## How to Use | ||
|
||
1. Open the [Weather Web App](https://s27288-pj.github.io/Weather-App/). | ||
2. Enter the name of your city or the location you want to check the weather for. | ||
3. Click the "Get Weather" button to retrieve real-time weather information. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript | ||
- OpenWeatherMap API | ||
- MapBox API | ||
- Leaflet Map plugin |