npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ip-location-db

v1.1.2020012618

Published

Ip to location database

Downloads

96

Readme

ip-location-db NPM version

This project provides ip to location database in csv. Country csv format: ip_range_start,ip_range_end,country_code City csv format: ip_range_start,ip_range_end,country_code,state,city,latitude,longitude country_code is the two-letter code defined in ISO 3166-1 alpha-2. You can get the country name, capital, continent, currency, languages, etc. from the country_code by Countries Database.

| Database | Type | License | Update | ipv4 | ipv6 | |---|---|---|---|---|---| | IP-ASN | Country | Public Domain | Daily | asn-ipv4-country.csv | asn-ipv6-country.csv | | GeoFeed + IP-ASN | Country | Public Domain | Daily | geo-asn-ipv4-country.csv | geo-asn-ipv6-country.csv | | iptoasn.com | Country | PDDL by iptoasn.com | Daily | iptoasn-ipv4-country.csv | iptoasn-ipv6-country.csv | | Webnet77 | Country | DONATIONWARE by Webnet77 | Daily | webnet77-ipv4-country.csv | webnet77-ipv6-country.csv | | DB-IP | Country | CC BY 4.0 by DB-IP | Monthly | dbip-ipv4-country.csv | dbip-ipv6-country.csv | | DB-IP + IP-ASN | Country | CC BY 4.0 by DB-IP | Daily | dbip-asn-ipv4-country.csv | dbip-asn-ipv6-country.csv | | DB-IP | City | CC BY 4.0 by DB-IP | Monthly | dbip-ipv4-city.csv.gz | dbip-ipv6-city.csv.gz |

IP-ASN database [Update: Daily]

Created by merging 5 RIP (afrinic, apnic, arin, lacnic, ripe ncc) IP-ASN database. ASN (Autonomous System Number) is a unique number assigned to an Autonomous System (AS) by the IANA.

GeoFeed database [Update: Daily]

Created by merging GeoFeed database from OpenGeoFeed and geofeeds.lacnic.net.

iptoasn.com database [Update: Hourly]

You can download hourly updated database in tsv format from original site. This is licensed under a Public Domain Dedication and Licence v1.0. There are some differences from above IP-ASN database.

Webnet77 database [Update: Daily]

Created by webnet77 geo-ip country database. This database is donationware, please read the license carefully. We recommend donating to webnet77, if you use this database especially for commercial use.

DB-IP database [Update: Monthly]

Created by DB-IP database which you could download and read the license from ip-to-country-lite or ip-to-city-lite. These are licensed under a Creative Commons Attribution 4.0 International License, so, you must create attribution to DB-IP.com for using this database. In the case of a web application, you must include a link back to DB-IP.com on pages that display or use results from the database. You may do it by pasting the HTML code snippet into your code: <a href='https://db-ip.com/'>IP Geolocation by DB-IP</a>. If you need better accuracy, no attribution or daily updates, please use the Commercial Version of db-ip.

Which database is recommended to use?

Of course, it depends on your use case. But the above list is too long, thus, we write down the recommendation.

  • If you need city or geo-location data, DB-IP is the one.
  • If you need Public Domain country database, GeoFeed + IP-ASN looks best.
  • If you need more precise country database, DB-IP+ IP-ASN looks best.

License

Files in dist/* have their own license as described above. Files other than dist/* are under MIT License by sapics/ip-location-db. When you write the attribution to this project, we are glad if you make a link to sapics/ip-location-db.