1.0.1 • Published 10 years ago

email-is-temporary v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

email is temporary

Checks email address for being temporary. It is handy if you want to prevent these from signing up. Comments new tempoary email domains are welcome.

Installation

npm install email-is-temporary

Usage

var email_is_temp = require('email-is-temporary')

email_is_temp('dsfa@10minutemail.com') // true
email_is_temp('mike@microsoft.com')    // false
email_is_temp('not an email')          // throws Error('Invalid email')