fake-email

0.0.3 • Public • Published

Fake Email Generator for Node.js

Generate some fake email addresses based on potentially real data.

The API is pretty straight-forward: you pass it a name and it returns a fake email address.

var fakeEmail = require('fake-email'),
    name = "Steve Kinney";
    
fakeEmail(name); // returns 'steve-kinney@mailinator.com'
fakeEmail(name); // returns 'kinney_steve@spamgourmet.com'
fakeEmail(name); // returns 'sk34@incognitomail.com'

Readme

Keywords

none

Package Sidebar

Install

npm i fake-email

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • stevekinney