denoland / denoland/deploy_feedback
GeoLocation API
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way of getting a GeoLocation data from a request to personalize the response? There are a lot of use cases of GeoLocation data, like serving contents based on country where these user is requesting from, Internationalization, making discounts based on country currency, serving optimized sites based on country, more...
Just look how Cloudflare Workers implemented these in here:
https://blog.cloudflare.com/location-based-personalization-using-workers/
It might not be a frequency used feature, but it's also easy because edge computing gives us a way of running code closer to a end user, so we can retrieve GeoLocation data from the request sent from a user.
Note that these doesn't mean for sensitive data like an approximate location, users identity & things like that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.