Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.51 KB

README.md

File metadata and controls

75 lines (58 loc) · 2.51 KB

Weather App

Weather App is a mobile application built using Flutter that provides real-time weather updates. The app leverages Firebase for backend services and OpenWeatherMap API to fetch weather data.

Features

  • Real-time weather updates
  • Weather forecasts for multiple locations
  • User-friendly interface
  • Integration with Firebase for authentication and data storage

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/weatherapp.git
    cd weatherapp
  2. Install dependencies:

    flutter pub get
  3. Configure Firebase:

  4. Configure OpenWeatherMap API:

    • Create a file named config.dart in the lib directory and add your OpenWeatherMap API key:
    // filepath: lib/config.dart
    const String apiKey = 'YOUR_OPENWEATHERMAP_API_KEY';
    const String apiUrl = 'https://api.openweathermap.org/data/2.5/';
  5. Run the app:

    flutter run

Resources



Connect

For queries or support, feel free to reach out:
📞 +91 9408962204
📧 aryan.bhimani.93@email.com