/email-domains

:email: Get a random email or list of email domains

Primary LanguageJavaScriptMIT LicenseMIT

email-domains

Get a random email or list of email domains

Codeship Status for bukinoshita/email-domains GitHub release license

Install

$ npm install --save email-domains

Usage

import emailDomains from 'email-domains'

console.log(emailDomains.all)
// => [gmail.com, google.com, icloud.com, ...]

console.log(emailDomains.generate())
// => johndoe@yahoo.com

API

emailDomains

.all

Return an array of email-domains

.random()

Return a random email domain

.generate()

Return a random email

Related

  • Names — List of names
  • namae — 👫 Get a list of names or a random name
  • nickname — 😽 Get a list of nicknames or a random nickname
  • rnd-age — 🔟 Generate a random age
  • rnd-date — 📅 Get a random date
  • faceit — 💁 Diverse user images for user interface design
  • rnd-drawish — 🔀 List of words & random word

License

MIT © Bu Kinoshita