1.0.1 • Published 6 years ago

pure-email-guesser v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

pure-email-guesser

Guess a list of possible emails from the first name, the last name, the most common email patterns and the most important email providers.

For each email the syntax is checked, the validity of the domain and the existence of the email is tested by the module email-deep-validator.

An array of validated emails is returned.

Usage

$ npm install pure-email-guesser
var guessEmail = require('pure-email-guesser');

guessEmail('James', 'Bond').then(res => {
    console.log(res)
})
['jbond@gmail.com', 'james-bond@yahoo.com']
1.0.1

6 years ago

1.0.0

6 years ago