The "Weather App" is a very simply web application built with Razor Pages. Users enter a location name, and the app fetches real-time weather data for that location using external APIs.
- Enter a location name to retrieve current weather information.
- Display weather details such as temperature, humidity, and others.
- Razor Pages (ASP.NET Core) for building the web interface.
- Google Geocoding API to fetch latitude and longitude.
- Open-Meteo to retrieve weather information based on geographic coordinates.
