Liking cljdoc? Tell your friends :D

geocoder.maxmind


cityclj

(city result)

Returns the city of address.

Returns the city of `address`.
sourceraw docstring

countryclj

(country result)

Returns the country of result.

Returns the country of `result`.
sourceraw docstring

dbclj

(db & [path])

Make a Maxmind GeoIP database.

Make a Maxmind GeoIP database.
sourceraw docstring

default-pathclj

source

geocode-ip-addressclj

(geocode-ip-address db ip-address)

Geocode an internet address using one of Maxmind's GeoIP databases.

Geocode an internet address using one of Maxmind's GeoIP
databases.
sourceraw docstring

locationclj

(location result)

Returns the location of address.

Returns the location of `address`.
sourceraw docstring

region-idclj

(region-id address)

Returns the region id of address.

Returns the region id of `address`.
sourceraw docstring

wrap-maxmindclj

(wrap-maxmind handler db-path)

Wrap the Maxmind middleware around a Ring handler.

Wrap the Maxmind middleware around a Ring handler.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close