https://github.com/pr-mais/weather_app
Flutter sample weather app.
https://github.com/pr-mais/weather_app
dart flutter openweather-api
Last synced: about 1 year ago
JSON representation
Flutter sample weather app.
- Host: GitHub
- URL: https://github.com/pr-mais/weather_app
- Owner: pr-Mais
- Created: 2020-08-23T12:52:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T23:36:15.000Z (about 5 years ago)
- Last Synced: 2025-03-17T01:41:23.159Z (about 1 year ago)
- Topics: dart, flutter, openweather-api
- Language: Dart
- Homepage:
- Size: 90.8 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Weather App
A Flutter sample, that uses Open Weather API to show current weather based on the user's location.
## Getting Started
I'm supposing you already have Flutter installed correctly on your machine.
If not, please head to the [installation guide](https://flutter.dev/docs/get-started/install)!
To run this sample, you need to clone it first, then signup to [OpenWeather](https://home.openweathermap.org/) to get your API key, the sample won't show any data without it.
📝 NOTE: *After signup, you will find your key in this [link](https://home.openweathermap.org/api_keys), add it to this [file](https://github.com/pr-Mais/weather_app/blob/master/lib/key.dart)*
🔗 Check out the complete tutorial link from [here](https://fairybits.com/blog/flutter-weather-app-en/).
### Something isn't working?
Please feel free to open an issue. You can also contact me through Twitter [@pr_Mais](https://twitter.com/pr_mais).