npm.io
1.0.1 • Published 11 years ago

toofr-node

Licence
MIT
Version
1.0.1
Deps
1
Vulns
1
Weekly
0
DeprecatedThis package is deprecated

Toofr node bindings

This is a simple wrapper around the Toofr API.

Installation

npm install toofr-node

Usage

var Toofr = require('toofr-node');

var api = new Toofr('your-api-key');

// get email format for a domain
api.get('domain.com', function(err, result) { });

// test an email
api.test('email@domain.com', function(err, result) { });

// guess an email
api.guess('domain.com', 'first name', 'last name', function(err, result) { });

Keywords