Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adarshpandey18/weather-app
Weather App is a Flutter application that displays weather forecast data using the OpenWeatherMap API.
https://github.com/adarshpandey18/weather-app
flutter flutter-apps flutter-examples weather-app weather-forecast-application
Last synced: 8 days ago
JSON representation
Weather App is a Flutter application that displays weather forecast data using the OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/adarshpandey18/weather-app
- Owner: adarshpandey18
- Created: 2024-05-17T13:08:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:16:23.000Z (6 months ago)
- Last Synced: 2024-05-17T14:34:22.723Z (6 months ago)
- Topics: flutter, flutter-apps, flutter-examples, weather-app, weather-forecast-application
- Language: C++
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
Weather App is a Flutter application that displays weather forecast data using the OpenWeatherMap API.
## Features
- Display current weather conditions including temperature, sky condition, pressure, wind speed, and humidity.
- Show hourly forecast for the next 5 hours.
- Additional information section displaying humidity, wind speed, and pressure.## Screenshots
## Getting Started
To get started with the Weather App, follow these steps:
1. Clone this repository.
2. Get an API key from [OpenWeatherMap](https://openweathermap.org/api) and replace `YOUR_API_KEY` in `secret.dart` with your actual API key.
3. Run the app using Flutter:## Dependencies
- flutter
- http: ^0.13.3
- intl: ^0.17.0
- cupertino_icons: ^1.0.6## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
## License
[MIT License](LICENSE)