/weatherForcast

This weather application provides weather information for any location around the world.

Primary LanguageKotlin

Weather Forcast

This weather application provides weather information for any location around the world. It's a user-friendly and informative tool to help you plan your day, week, or travel based on accurate weather data.

Features

  • Current Weather: Get the current weather conditions including temperature (TODO: Add humidity, and wind speed).
  • Hourly Forecast: View hourly weather forecasts for the next 24 hours.
  • 7-Day Forecast: Plan your week with a 7-day weather forecast.
  • Location-Based: Automatically detects your location or allows you to search for weather in any city worldwide.

API

This application fetches weather data from the Open-meteo API. If you'd like to integrate this application with your own API or make custom modifications, you can use the following API endpoint:

https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&hourly=temperature_2m,weathercode

For more information on how to use this API endpoint, refer to the Open-meteo API documentation.

Design

The assets used in this Weather Application were sourced from this Figma project.