Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Screenshot

## 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)