https://github.com/jeevan-2005/cityweather-tracker
Welcome to the Weather App! This application provides real-time weather information for any city you search for. It also displays a 5-day weather forecast and includes an integrated map for enhanced visual appeal.
https://github.com/jeevan-2005/cityweather-tracker
api css3 html5 javascript
Last synced: about 2 months ago
JSON representation
Welcome to the Weather App! This application provides real-time weather information for any city you search for. It also displays a 5-day weather forecast and includes an integrated map for enhanced visual appeal.
- Host: GitHub
- URL: https://github.com/jeevan-2005/cityweather-tracker
- Owner: jeevan-2005
- Created: 2024-05-04T11:42:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T11:30:56.000Z (almost 2 years ago)
- Last Synced: 2026-06-14T05:33:05.194Z (about 2 months ago)
- Topics: api, css3, html5, javascript
- Language: JavaScript
- Homepage: https://weather-app-seven-pearl-89.vercel.app/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CityWeather-Tracker
Welcome to the Weather App! This application provides real-time weather information for any city you search for. It also displays a 5-day weather forecast and includes an integrated map for enhanced visual appeal.
## Features
1. **Search for City Temperature**: Get the current temperature of any city by entering its name in the search bar.
2. **5-Day Weather Forecast**: View the weather forecast for the next five days, including temperature, humidity, and weather conditions.
3. **Integrated Map**: A map view is included to show the geographical location of the searched city, enhancing the visual appeal of the app.
## Screenshots

*Home Page displaying the current weather and integrated map.*
## Installation
To get a local copy up and running, follow these simple steps:
1. **Clone the repository**:
```sh
git clone https://github.com/your-username/weather-app.git
```
2. **Navigate to the project directory**:
```sh
cd weather-app
```
3. **Open `index.html` in your browser**.
## Usage
1. Open `index.html` in your browser.
2. Enter the name of the city you want to check the weather for in the search bar.
3. View the current temperature, 5-day forecast, and map of the city.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project.
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the Branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request.