Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Auto Detect Location #4

Open
ans-4175 opened this issue Oct 3, 2021 · 3 comments
Open

Add Auto Detect Location #4

ans-4175 opened this issue Oct 3, 2021 · 3 comments
Labels
enhancement New feature or request hacktoberfest for october only help wanted Extra attention is needed

Comments

@ans-4175
Copy link
Owner

ans-4175 commented Oct 3, 2021

Based on device location, fetch longitude then latitude to automate clockIn and clockOut

@ans-4175 ans-4175 added enhancement New feature or request help wanted Extra attention is needed hacktoberfest for october only labels Oct 3, 2021
@k1m0ch1
Copy link
Collaborator

k1m0ch1 commented Oct 6, 2021

this is hard to implement, the best one to do, is using the geoIP https://github.com/geoip-lite/node-geoip and I don't think its good

@ans-4175
Copy link
Owner Author

ans-4175 commented Oct 6, 2021

this is hard to implement, the best one to do, is using the geoIP https://github.com/geoip-lite/node-geoip and I don't think its good

It would be have wide ranges of area.
I am thinking bit more "old school" with Browser Location API by using puppeteer maybe?

@haryanapnx
Copy link

this is hard to implement, the best one to do, is using the geoIP https://github.com/geoip-lite/node-geoip and I don't think its good

I've tried with this library, the results aren't accurate.
maybe get location from browser is the best choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest for october only help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants