Skip to content
This repository was archived by the owner on Jun 14, 2021. It is now read-only.

glifem/simple-geoip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-geoip

Get the country code from any endpoint.

Setup

Building

  • yarn
  • yarn build

Usage

TriggerEvent('getCountryFromEndpoint', '217.182.183.158', function(code)
    print(code)
    -- Output: 'fr'
end)

Nice to have

  • GeoLite DB auto-download

About

works with fivem/redm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published