denoland / denoland/deploy_feedback

GeoLocation API

Open
#186 1 comment 7 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.