ng-labo / scala-maxminddb

A Scala library providing access maxminddb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala-maxminddb

A Scala library providing access maxminddb.

MaxmindDB let me feel enjoy to check the information of IP address. This is scala version as a kind of library.

Thanks to Geolite2!

In sbt interpreter...r

scala> import com.github.ng_labo.MaxmindDb
import com.github.ng_labo.MaxmindDb

scala> MaxmindDb.get("8.8.8.8")
res0: Map[String,String] = Map(org -> GOOGLE, asn -> 15169, cc -> US)

About

A Scala library providing access maxminddb

License:MIT License


Languages

Language:Scala 81.2%Language:Java 18.8%