1.0.0 • Published 7 years ago

email-public v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

email-public

Getting Started

Use this package to detect is given email belongs to public email service. List contains 3000+ services. you can fell free to add unlisted services.

Installing

npm install email-public

Usage

var isPublicEmail = require('email-public')
var email = 'met9127@gmail.com'

if(isPublicEmail(email)){
	//do some things
}