1.0.20241102 • Published 11 months ago

@iplookup/country-extra v1.0.20241102

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

@iplookup/country-extra 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-extra/iplookup.min.js"></script>
<script type="text/javascript">
async function run(){
	var ip = "207.97.227.239"
	var location = await IpLookup(ip)
	console.log(location)
	// {
	//   country: 'FR',
	//   country_name: 'France',
	//   country_native: 'France',
	//   phone: [ 33 ],
	//   continent: 'EU',
	//   capital: 'Paris',
	//   currency: [ 'EUR' ],
	//   languages: [ 'fr' ],
	//   continent_name: 'Europe'
	// }
}
</script>

ESM

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

CJS

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

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

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.

To get extra information about country, we use Countries which is published under MIT license by Annexare Studio.

The software itself is published under MIT license by sapics.

1.0.20241101

11 months ago

1.0.20241102

11 months ago

1.0.20241026

11 months ago

1.0.20241027

11 months ago

1.0.20241025

11 months ago

1.0.20241031

11 months ago

1.0.20241030

11 months ago

1.0.20241024

11 months ago

1.0.20241023

11 months ago

1.0.20241022

11 months ago

1.0.20241021

11 months ago

1.0.20241019

11 months ago

1.0.20241017

11 months ago

1.0.20241020

11 months ago

1.0.20241016

12 months ago

1.0.20241015

12 months ago

1.0.20241014

12 months ago

1.0.20240928

12 months ago

1.0.20240929

12 months ago

1.0.20240926

1 year ago

1.0.20240927

12 months ago

1.0.20240925

1 year ago

1.0.20241001

12 months ago

1.0.20241004

12 months ago

1.0.20241005

12 months ago

1.0.20241002

12 months ago

1.0.20241003

12 months ago

1.0.20241008

12 months ago

1.0.20241009

12 months ago

1.0.20241006

12 months ago

1.0.20241007

12 months ago

1.0.20240930

12 months ago

1.0.20241011

12 months ago

1.0.20241012

12 months ago

1.0.20241010

12 months ago

1.0.20241013

12 months ago

1.0.20240924

1 year ago

1.0.20240923

1 year ago

1.0.20240922

1 year ago

1.0.20240921

1 year ago

1.0.20240920

1 year ago

1.0.20240919

1 year ago

1.0.20240918

1 year ago

1.0.20240917

1 year ago

1.0.20240916

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago