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

https://github.com/gmpsankalpa/weather-app

A simple web application to check the weather for a given city.☁🌡
https://github.com/gmpsankalpa/weather-app

css html javascript

Last synced: 3 months ago
JSON representation

A simple web application to check the weather for a given city.☁🌡

Awesome Lists containing this project

README

        

# Weather App

A simple web application to check the weather for a given city.

## Table of Contents

- [Features](#features)
- [Demo](#demo)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Features

- Search for the weather by entering a city name.
- Display location, temperature, and weather description.
- Responsive design for various devices.

## Demo

Click here to [View Demo](https://gmpsankalpa.github.io/weather-app).

## Prerequisites

Before you begin, ensure you have met the following requirements:

- Web browser with JavaScript enabled.
- Code editor (e.g., Visual Studio Code).

## Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/weather-app.git

2. Navigate to the project directory:

```bash
cd weather-app

3. Open `index.html` in your web browser.

## Usage

1. Open the web page in your browser.
2. Enter a city name in the input field.
3. Click the "Search" button.
4. View the weather information for the entered city.

## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

1. Fork the project.
2. Create your feature branch: `git checkout -b feature/NewFeature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature/NewFeature`
5. Open a pull request.

## License
This project is licensed under the [MIT](LICENSE) License.

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/weather-app?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/weather-app?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/weather-app?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/weather-app?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)