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
- Host: GitHub
- URL: https://github.com/murabcd/weather-app
- Owner: murabcd
- Created: 2023-04-08T21:39:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T22:58:30.000Z (about 3 years ago)
- Last Synced: 2025-04-20T14:46:29.621Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)