/weather_app

Weather App

Primary LanguageObjective-C

weather

How to Run

  1. Create an account at weatherapi.

  2. Then get your API key from https://www.weatherapi.com/my/.

  3. Clone the repo

    git clone https://github.com/rajan-poudel/weather_app.git
  4. Navigate to lib/config/.env.dart and paste your API key to the apiKey variable

    const APIKEY = 'Paste Your API Key Here';
  5. Install all the packages by typing

    flutter pub get
  6. Run the App