Installation
``shell
npm i awdb_nodejs
`
V6 Support
Module is fully compatible with IPv6. There are no differences in API between IPv4 and IPv6.
`javascript
const lookup = await aw.open('/path/to/**.awdb');
const location = lookup.get('2001:4860:0:1001::3004:ef68');
`
Options
aw.open(filepath, [options])\_
- filepath: Path to the binary awdb file.
- options:
License
MIT