Skip to content

1sheca/Weather-Forecasting-App

Repository files navigation

Weather Forecasting App

Overview

The Weather Forecasting App is an Android application developed using Kotlin that provides users with real-time weather information. The app allows users to search for weather conditions in various locations, view detailed forecasts, and track weather changes easily.

Features

  • Current Weather: View real-time weather data including temperature, humidity, wind speed, and more.
  • Search Functionality: Easily search for any city or location to get weather updates.
  • User-Friendly Interface: Intuitive and easy-to-use design for a seamless user experience.

Technologies Used

  • Language: Kotlin
  • Platform: Android
  • API: OpenWeatherMap API (or any other weather API you used)
  • Development Tools: Android Studio, Gradle

Installation

  1. Clone the repository:

    git clone https://github.com/1sheca/Weather-Forecasting-App.git
  2. Open the project in Android Studio.

  3. Sync the project with Gradle files.

  4. Add your OpenWeatherMap API key:

    • Replace YOUR_API_KEY in the code where the API key is referenced.
  5. Run the application on an emulator or a physical device.

Usage

  • Open the app and enter a city name in the search bar.
  • Tap the search button to retrieve the weather forecast for the entered location.

Contributing

Contributions are welcome! If you have suggestions for improvements or features, please fork the repository and create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to OpenWeatherMap for providing the weather data API.
  • Special thanks to the open-source community for the resources and libraries used in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages