firewallgg

1.2.4 • Public • Published

FirewallGG - Node Module

This is a simple node module that will allow you to search the FirewallGG database(s) natively.

Code Example:

    const firewallgg = require('firewallgg');
    (async () => {
        let bans = await firewallgg.search("704094587836301392");
        console.log(bans);
    });

Package Sidebar

Install

npm i firewallgg

Weekly Downloads

14

Version

1.2.4

License

ISC

Unpacked Size

2.54 kB

Total Files

3

Last publish

Collaborators

  • hyperz