An open-source weather app using Open Weather API
https://openweathermap.org/api
Parameter | Type | Description |
---|---|---|
api_id |
string |
Required. API Key |
GET /api.openweathermap.org/data/2.5/weather/${city}
Parameter | Type | Description |
---|---|---|
city |
string |
Required. name of city to fetch weather |
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
If you have any feedback, please Contact Me!