An open API service indexing awesome lists of open source software.

https://github.com/softvisio-node/geoip-asn

GeoIP ASN
https://github.com/softvisio-node/geoip-asn

Last synced: over 1 year ago
JSON representation

GeoIP ASN

Awesome Lists containing this project

README

          

> :information_source: Please, see the full project documentation here:

# Introduction

Maxmind `GeoIP2 ASN` database.

Database is updated automatically every 4 hours during the process runtime.

## Install

```sh
npm install @softvisio/geoip-asn
```

## Usage

```javascript
import geiipAsn from "@softvisio/geoip-asn";

const res = geiipAsn.get( ipAddress );
```