email-domains

Get a random email or list of email domains

MIT License

Downloads
9
Stars
2
Committers
2

email-domains

Get a random email or list of email domains

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())
// => [email protected]

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