Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronak-goyal-code/weather-app
weather app project
https://github.com/ronak-goyal-code/weather-app
css fetch-api html javascript
Last synced: about 1 month ago
JSON representation
weather app project
- Host: GitHub
- URL: https://github.com/ronak-goyal-code/weather-app
- Owner: ronak-goyal-code
- Created: 2024-08-22T16:30:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:52:54.000Z (4 months ago)
- Last Synced: 2024-09-09T16:28:59.242Z (4 months ago)
- Topics: css, fetch-api, html, javascript
- Language: CSS
- Homepage: https://ronak-goyal-code.github.io/Weather-App/
- Size: 157 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 forecasting web application that displays current weather conditions, temperature, humidity, wind speed, and an icon representing the weather. The app allows users to search for weather updates by city name.
## Features
- Real-time weather data.
- Displays temperature, weather description, humidity, and wind speed.
- Dynamic weather icons.
- Responsive design.## Technologies Used
- HTML
- CSS
- JavaScript
- OpenWeather API## Setup
1. Clone the repository:
```bash
git clone https://github.com/ronak-goyal-code/Weather-App.git
2. Open index.html in your browser.## API Integration
This app uses the OpenWeatherMap API to fetch weather data.