Browser api to lookup geocode from IP address
npm install @iplookup/geocodeThis is an API created to make ip-location-api available for browsers.
The database itself is large at 132MB, so it is splitted into over 4000 pieces for fast downloading in a browser.
``html`
#### ESM
`javascript`
import IpLookup from '@iplookup/geocode'
await IpLookup("2402:b801:ea8b:23c0::")
#### CJS
`javascript``
const IpLookup = require('@iplookup/geocode')
await IpLookup("207.97.227.239")
If you need extra information about country, try to use @iplookup/geocode-extra.
The database is published under CC BY 4.0 by DB-IP.
The software itself is published under MIT license by sapics.