A daily based application for checking weather of your location
- It can tell the current weather data ⛅
- It can tell the min/max weather of upcoming 7 days ☀️
- It can tell the weather of the upcoming time⌚
Front-End-> Flutter
API-> Openweathermap API (https://openweathermap.org/api)
API Testing-> Postman (https://www.postman.com/)
Follow the instructions to run the app in your own system.
-
Make sure flutter is properly installed in your system.
-
Clone the repository using git clone (https://github.com/WhyC03/weather_app.git)
-
Run flutter pub get.
Before Running the app, follow these instructions-> 👇
- You need to create your own api key using this link: (https://openweathermap.org/api).
- After clicking the above link, subscribe the "One Call API".
- When the API is generated, paste the API key in the api_key.dart file (already mentioned in the file).