This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

barracudacentral

1.0.3 • Public • Published

NPM

BarracudaCentral

BarracudaCentral IP Address Lookup in Node.js

Also check out my DroneBL and SpamCop packages.

Example Lookup:

First run npm install barracudacentral to install the BarracudaCentral package to your system.

var BarracudaCentral = require('barracudacentral');
 
BarracudaCentral.lookup('8.8.8.8', function(res) {
    console.log(res); //Returns false since 8.8.8.8 is not listed
});
 
BarracudaCentral.lookup('127.0.0.2', function(res) {
    console.log(res); //Returns true since 127.0.0.2 is listed
});

This Package Is Under The GPL-3.0 License

Package Sidebar

Install

npm i barracudacentral

Weekly Downloads

3

Version

1.0.3

License

GPL-3.0

Unpacked Size

37.1 kB

Total Files

4

Last publish

Collaborators

  • alphat3ch