0.0.1 • Published 7 years ago

email-domains v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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 — :couple: Get a list of names or a random name
  • nickname — :kissing_cat: Get a list of nicknames or a random nickname
  • rnd-age — :keycap_ten: Generate a random age
  • rnd-date — :date: Get a random date
  • faceit — :information_desk_person: Diverse user images for user interface design
  • rnd-drawish — :twisted_rightwards_arrows: List of words & random word

License

MIT © Bu Kinoshita