1.0.7 • Published 1 year ago

ip-classifier v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

IP Classifier

IP Classifier is an npm package that allows you to classify IP addresses.

Author

Gobinath B

Installation

To install IP Classifier, use npm:

npm install ip-classifier

# Usage

const detectIP = require('ip-classifier');

const ip = "43.225.166.235";
const result = await detectIP(ip);
console.log(result);
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago