https://github.com/bikramai/weather-app
A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes
https://github.com/bikramai/weather-app
dirt flutter
Last synced: 3 months ago
JSON representation
A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes
- Host: GitHub
- URL: https://github.com/bikramai/weather-app
- Owner: Bikramai
- License: mit
- Created: 2024-08-08T14:10:18.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:30:30.000Z (10 months ago)
- Last Synced: 2025-02-09T05:41:27.903Z (4 months ago)
- Topics: dirt, flutter
- Language: Dart
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API.
## Features
- Display current weather conditions
- Show 5-day weather forecast
- Search for weather by city name
- Responsive UI for different screen sizes## Getting Started
These instructions will help you set up and run the project on your local machine for development and testing purposes.
### Prerequisites
Make sure you have the following installed:
- [Flutter](https://flutter.dev/docs/get-started/install)
- [Dart](https://dart.dev/get-dart)
- An IDE like [Visual Studio Code](https://code.visualstudio.com/) or [Android Studio](https://developer.android.com/studio)### Installation
1. **Clone the Repository**
2. **Install Dependencies**
3. **Run**```bash
git clone https://github.com/your-username/weather_app.git
cd weather_app
flutter pub get
flutter run
```### Set Up OpenWeather API Key
Create a file named .env in the root directory of the project and add your OpenWeather API key:
```
OPENWEATHER_API_KEY=your_api_key_here
```### Contributing
If you want to contribute to this project, feel free to fork the repository and submit a pull request. All contributions are welcome!### License
This project is licensed under the MIT License - see the LICENSE file for details.### Contact
If you have any questions or suggestions, feel free to contact me