libGeoIP binding of Emacs Lisp. This package is inspired by mruby-geoip and geoip-api-python.
Initialize geoip instance from db
and return geoip
instance. db
is database file. You can download it from here.
Get GetIP record from host
and return GeoIPRecord instance.
Get GetIP record from addr
and return GeoIPRecord instance.
Return country code from record object.
Return region from record object.
Return region-name from record object.
Return city from record object.
Return postal code from record object.
Return latitude from record object.
Return longitude from record object.
Return metro code from record object.
Return area code from record object.
Return from record object.