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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ip-classifier

    Weekly Downloads

    2

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    1.3 kB

    Total Files

    4

    Last publish

    Collaborators

    • gobinath-b