email-domains

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i email-domains

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bukinoshita