ip-classifier

1.0.7 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i ip-classifier

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

1.3 kB

Total Files

4

Last publish

Collaborators

  • gobinath-b