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
- Host: GitHub
- URL: https://github.com/softvisio-node/geoip-asn
- Owner: softvisio-node
- Created: 2023-07-02T09:13:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:49:00.000Z (over 1 year ago)
- Last Synced: 2025-03-26T01:51:05.456Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://softvisio-node.github.io/geoip-asn/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 );
```