email-providers
A list of common eMail providers. Thanks to @goware!
all.json
contains roughly 4k domains of email providers. common.json
contains those with an Alexa rank of < 30000
.
Installing
npm install email-providers
Usage
const all = require('email-providers/all.json')
const common = require('email-providers/common.json')
console.log(all[0], all.length) // 1033edge.com 3939
console.log(common[0], common.length) // yahoo.com 123
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.