@nhtio/adonis-maxmind
Modules
| Module | Description |
|---|---|
| @nhtio/adonis-maxmind | An Adonis plugin which provides a consistent API for interacting with Maxmind GeoIP functionality |
| @nhtio/adonis-maxmind/config | The configuration module responsible for validating, sanitizing, and providing the configuration object for working with the MaxMind databases. |
| @nhtio/adonis-maxmind/constants | The 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/maxmind | The 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/types | The 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. |