isroblox

1.0.0 • Public • Published

isroblox

npm Version npm Downloads

Table of contents

About

1.1kB & dependency-free Node.js module to check if an IP belongs to Roblox.

Installation

Use the package manager npm to install isroblox:

npm install isroblox

Usage

const isroblox = require("isroblox");

isroblox.check("128.116.72.112")
    .then((isRoblox) => {
        if (isRoblox) {
            console.log("IP belongs to Roblox!");
        } else {
            console.log("IP does not belong to Roblox!");
        }
    })
    .catch((err) => {
        throw err;
    });

Links

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Readme

Keywords

Package Sidebar

Install

npm i isroblox

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.09 kB

Total Files

5

Last publish

Collaborators

  • moaufmklo