email-domains
v0.0.1
Published
Get a random email or list of email domains
Downloads
7
Readme
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 — :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