bratergit / webSiteCreation

Create a WebSite with css, html and javascript about any theme.
1 stars 3 forks source link

Implement Functionality to Retrieve User IP and Location in JavaScript #15

Open adalbertobrant opened 1 year ago

adalbertobrant commented 1 year ago

Description:

We need to implement a new feature in our application that involves obtaining the user’s IP address and geographical location using JavaScript. This feature is crucial for personalizing user experience and providing location-based services.

Details:

Objective: The main goal is to accurately fetch the user’s IP address and geographical location (latitude, longitude). Approach: We can use public IP APIs like ‘ipify’ for getting the IP address and Geolocation APIs like ‘navigator.geolocation’ for getting the location. Expected Outcome: The functionality should return the user’s IP address and geographical coordinates. Error Handling: The functionality should handle scenarios where the user denies location access or if the location services are turned off. Please note that we must respect user privacy and ensure we are in compliance with GDPR and other local regulations while implementing this feature.

sakibian commented 1 year ago

The sign is assigned but the description is looking for someone to grab it and complete it. So which one is this? @adalbertobrant Are you working on this? OR looking for someone to take over this?

sshah135 commented 11 months ago

Hey there, I have taken the opportunity and added this feature to the games portal, can you please have a look at my pull request and update me if it's good or not