Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1009 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1009 Bytes

Weather Forecast App

Weather Forecast Application created using OpenWeatherMap API in Flutter with BLoC Pattern.

💫 Features

  • Beautiful UI design
  • Automatically determine current user location
  • Today weather info
  • Weather forecast for 7 days
  • Search location

💻 How to Run

  1. Create an account at OpenWeatherMap.
  2. Get your API key from https://home.openweathermap.org/api_keys.
  3. Clone the repository
  4. Install all the packages by typing
    flutter pub get
  5. Navigate to lib/data/provider/weather_provider.dart and paste your API key to the apiKey variable
    final apiKey = 'Paste Your API Key Here';
  6. Run the App