Skip to content

WhyC03/weather_app

Repository files navigation

Weather App

A daily based application for checking weather of your location

Features

  • 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⌚

Tech Dependencies

Front-End-> Flutter

API-> Openweathermap API (https://openweathermap.org/api)

API Testing-> Postman (https://www.postman.com/)

Build Instructions 🛠️

Follow the instructions to run the app in your own system.

SPECIAL NOTE

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