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

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

Weather app with realtime information update built with React and Firebase
https://github.com/murabcd/weather-app

Last synced: 11 months ago
JSON representation

Weather app with realtime information update built with React and Firebase

Awesome Lists containing this project

README

          

# Weather App

A simple weather app that fetches the current weather information based on the user's geolocation using the AccuWeather API.

## Features

- Displays the current weather conditions for the user's location
- Shows the temperature in Celsius
- Displays the weather description
- Shows the appropriate weather icon based on the current conditions

## Prerequisites

- An AccuWeather API key. You can sign up for a free account at [AccuWeather API](https://developer.accuweather.com/apis).

## Usage

1. Clone the repository: git clone https://github.com/muradpm/weather-app.git

2. Replace `'YOUR_ACCUWEATHER_API_KEY'` in the `app.js` file with your actual AccuWeather API key.

3. Open `index.html` in your preferred web browser to view the weather app.

## Technologies

- HTML
- CSS
- JavaScript
- AccuWeather API

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License.

## Contact

If you have any questions, feel free to reach out to me:

- [LinkedIn](https://www.linkedin.com/in/abdulkadyr0v/)
- [Twitter](https://twitter.com/abdulkadyr0v)