Skip to content

B3ns44d/check-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a golang service to check user location using their IP address.

The purpose of this service is to provide a simple way to check if a user is located in a particular country. This is part of an app I'm working on and this is a simple service from it.

Usage

Make a request to http://127.0.0.1:3005/geo/139.130.4.5, for example. You can omit an IP address to use your current IP address, or replace to use another. If the IP address is invalid, a HTTP 400 is returned.

Examples:

curl -X GET http://127.0.0.1:3005/geo/139.130.4.5

Publish Docker Image

About

Golang service to check user location

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages