1.0.1 • Published 9 years ago

toofr-node v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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) { });
1.0.1

9 years ago

1.0.0

9 years ago