Skip to content

@nhtio/adonis-maxmind

Modules

ModuleDescription
@nhtio/adonis-maxmindAn Adonis plugin which provides a consistent API for interacting with Maxmind GeoIP functionality
@nhtio/adonis-maxmind/configThe configuration module responsible for validating, sanitizing, and providing the configuration object for working with the MaxMind databases.
@nhtio/adonis-maxmind/constantsThe module responsible for defining and exporting any constants used throughout the Adonis MaxMind package, such as database types, download URLs, and any other relevant constant values.
@nhtio/adonis-maxmind/services/maxmindThe main service file for the Adonis MaxMind package, responsible for initializing and exporting the MaxMind service that can be used throughout the AdonisJS application.
@nhtio/adonis-maxmind/typesThe module responsible for exporting all TypeScript types and interfaces used throughout the Adonis MaxMind package, including configuration types, command metadata types, MaxMind response types, and any other relevant types.