GDGC-MET / Weather_App

A simple weather app that provides real-time weather information for any location using the OpenWeatherMap API.
https://gdgc-met.github.io/Weather_App/
MIT License
2 stars 31 forks source link

Implement Geolocation-based Weather Fetch for User's Current Location issue#15 #46

Closed SamarthKasar123 closed 5 days ago

SamarthKasar123 commented 5 days ago

Currently, the weather app requires users to manually enter a city name to fetch weather information. To enhance the user experience, the app should automatically detect the user's current location using the Geolocation API and provide real-time weather data for their specific coordinates.

Key Benefits:

Users will no longer need to enter city names manually, improving ease of use. This feature will make the app more intuitive, especially for users who want quick weather updates for their current location. By integrating the Geolocation API, the app can appeal to a broader audience, especially those on mobile devices.