JSPM

random-email

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6521
  • Score
    100M100P100Q153489F
  • License MIT

Return a random email address.

Package Exports

  • random-email

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-email) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

random-email

Return a random email address.

MIT License

build:? coverage:?

Install

$ npm install --save random-email

Usage

For more use-cases see the tests

var randomEmail = require('random-email');

// API
// - randomEmail([options]);

// options
// - domain

Return a random email with a random domain.

randomEmail();
// => 'kawip@piklojzob.gov'

Optionally specify a domain and the email will be random but the domain will not.

randomEmail({ domain: 'example.com' });
// => 'giigjom@example.com'

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.