Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arekasek/weather-app
https://github.com/arekasek/weather-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arekasek/weather-app
- Owner: arekasek
- Created: 2024-09-18T16:53:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:02:06.000Z (about 1 month ago)
- Last Synced: 2024-11-12T22:18:36.138Z (about 1 month ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherApp - 5 Day Weather Forecast
WeatherApp is a React-based weather forecast application that allows users to search for the 5-day weather forecast of any city. The app uses the OpenWeather API to retrieve weather data and displays it in a clean, responsive UI with Tailwind CSS. This app provides users with a simple interface to view the current weather as well as upcoming weather conditions.
## Features
- **5-Day Weather Forecast**: Get detailed weather forecasts for any city for the next 5 days.
- **Current Weather Information**: View real-time weather updates including temperature, humidity, wind speed, and more.
- **Responsive Design**: The UI is responsive and adapts to different screen sizes, making it accessible on mobile, tablet, and desktop devices.
- **Search by City**: Enter any city name to fetch weather data quickly and efficiently.## Prerequisites
Before running the app, ensure you have the following:
- **Node.js** (v12.x or later)
- **NPM** or **Yarn**
- **OpenWeather API key**