An open API service indexing awesome lists of open source software.

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.

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

![weather-tracker](https://github.com/user-attachments/assets/3ff7039d-08ee-4769-a59a-4996c740180e)
*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.