1.0.20241102 • Published 9 months ago

@iplookup/country v1.0.20241102

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@iplookup/country npm version

This is an API created to make ip-location-api available for browsers. The database itself is large at 7MB, so it is splitted into over 2000 pieces for fast downloading in a browser.

Synopsis

<script src="https://cdn.jsdelivr.net/npm/@iplookup/country/iplookup.min.js"></script>
<script type="text/javascript">
var ip = "207.97.227.239"
var location = await IpLookup(ip)
console.log(location) // {country: 'FR'}
</script>

ESM

import IpLookup from '@iplookup/country'
await IpLookup("2402:b801:ea8b:23c0::")

CJS

const IpLookup = require('@iplookup/country')
await IpLookup("207.97.227.239")

If you need extra information about country, try to use @iplookup/country-extra.

License

Since each user download a partial database, we use the CC0 Licensed database geo-whois-asn-country for ip to country mapping to avoid license problem.

The software itself is published under MIT License by sapics.

1.0.20241101

9 months ago

1.0.20241102

9 months ago

1.0.20241026

9 months ago

1.0.20241027

9 months ago

1.0.20241025

9 months ago

1.0.20241031

9 months ago

1.0.20241030

9 months ago

1.0.20241024

9 months ago

1.0.20241023

9 months ago

1.0.20241022

9 months ago

1.0.20241021

9 months ago

1.0.20241019

9 months ago

1.0.20241017

9 months ago

1.0.20241020

9 months ago

1.0.20241016

9 months ago

1.0.20241015

9 months ago

1.0.20241014

9 months ago

1.0.20240928

10 months ago

1.0.20240929

10 months ago

1.0.20240926

10 months ago

1.0.20240927

10 months ago

1.0.20240925

10 months ago

1.0.20241001

10 months ago

1.0.20241004

10 months ago

1.0.20241005

10 months ago

1.0.20241002

10 months ago

1.0.20241003

10 months ago

1.0.20241008

9 months ago

1.0.20241009

9 months ago

1.0.20241006

10 months ago

1.0.20241007

9 months ago

1.0.20240930

10 months ago

1.0.20241011

9 months ago

1.0.20241012

9 months ago

1.0.20241010

9 months ago

1.0.20241013

9 months ago

1.0.20240924

10 months ago

1.0.20240923

10 months ago

1.0.20240922

10 months ago

1.0.20240921

10 months ago

1.0.20240920

10 months ago

1.0.20240919

10 months ago

1.0.20240918

10 months ago

1.0.20240917

10 months ago

1.0.20240916

10 months ago

1.0.20240915

10 months ago

1.0.20240914

10 months ago

1.0.20240913

10 months ago

1.0.20240912

10 months ago

1.0.20240911

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago