surajondev / get-weather

Get weather website run using react framework. OpenWeather API is used to fetch information.
https://surajondev.github.io/get-weather/
MIT License
18 stars 31 forks source link

Retrieves the real-time location of the user and displays the current weather around their location #55

Open vedang-eng opened 1 year ago

vedang-eng commented 1 year ago

I want to suggest a new feature for the app: it should automatically find where the user is and show them the current weather at their location by default.

vedang-eng commented 1 year ago

Could you please assign this issue to me? I am committed to completing it. I'll make the necessary changes and submit the updates.

surajondev commented 1 year ago

You can work on this.

Shub3am commented 1 year ago

We would need to use user's browser location, so they will get prompt for permissions. Are we ok with that?

surajondev commented 1 year ago

I do not want to get permission from the user to detect the location. If you can get the approx. location without prompting the user then it will be great.