Skip to content

A Simple Weather App "Weather Radar" in Flutter using Open Weather API

Notifications You must be signed in to change notification settings

Ankit-AP-Paul/simple_weather_app

Repository files navigation

Weather Radar

An open-source weather app using Open Weather API

made-with-flutter

Open Weather API Reference

  https://openweathermap.org/api
Parameter Type Description
api_id string Required. API Key

Get city

  GET /api.openweathermap.org/data/2.5/weather/${city}
Parameter Type Description
city string Required. name of city to fetch weather

Building from Source

If you don't have Flutter SDK installed, please visit official Flutter site.

Fetch latest source code from master branch.

git clone https://github.com/Ankit-AP-Paul/simple_weather_app.git

Run the app with Android Studio or VS Code. Or the command line:

flutter pub get
flutter run

Author

Feedback

If you have any feedback, please Contact Me!

About

A Simple Weather App "Weather Radar" in Flutter using Open Weather API

Resources

Stars

Watchers

Forks

Packages

No packages published