Skip to content

WojuadeAA/my_weather_app

Repository files navigation

My Weather App

My Weather App is a Flutter-based application that provides real-time weather updates from the OpenWeatherMap API and displays the temperature and location name on the screen

Features

  • Current Weather information
  • Temperature display in Celsius and Fahrenheit
  • Clean and modern UI

Prerequisites

Installation

  1. Clone the repository:
    git clone `https://github.com/WojuadeAA/my_weather_app.git`
    ```
2. Navigate to the project directory:
    ```bash
    cd my_weather_app
    ```
3. Create a `.env` file in the root directory and add your OpenWeatherMap API key:
    ```plaintext
    API_KEY=your_api_key_here
    ```

3. Install dependencies:
    ```bash
    flutter pub get
    ```

### Running the App

1. Connect a device or start an emulator.
2. Run the app:
    ```bash
    flutter run
    ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors