1.0.7 • Published 2 years ago

ip-classifier v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago