Instantiates a ReaderModel using node-maxmind reader
The mmdbReader
Private
mmdbReturns the AnonymousIP db data for an IP address
The IP Address you want to query the Anonymous IP db with
Throws an error when the DB doesn't support Anonymous IP queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the ASN db data for an IP address
The IP Address you want to query the ASN db with
Throws an error when the DB doesn't support ASN queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the City db data for an IP address
The IP Address you want to query the City db with
Throws an error when the DB doesn't support City queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the Connection-Type db data for an IP address
The IP Address you want to query the Connection-Type db with
Throws an error when the DB doesn't support Connection-Type queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the Country db data for an IP address
The IP Address you want to query the Country db with
Throws an error when the DB doesn't support City queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the Domain db data for an IP address
The IP Address you want to query the Domain db with
Throws an error when the DB doesn't support Domain queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Returns the Enterprise db data for an IP address
The IP Address you want to query the Enterprise db with
Throws an error when the DB doesn't support Enterprise queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Private
getReturns the ISP db data for an IP address
The IP Address you want to query the ISP db with
Throws an error when the DB doesn't support ISP queries
Throws an error when the IP address isn't found in the database
Throws an error when the IP address isn't valid
Private
modelGenerated using TypeDoc
Class representing the ReaderModel *