nmanousos / email-existence

108 stars 54 forks source link

Lots of clean-up. Still compatible #6

Closed abrkn closed 11 years ago

abrkn commented 11 years ago

Better regex for email check (see any stack overflow discussion on the topic) Unit tests Added short-hand: require('email-existence')('bob@gmailc.om', function(err, valid) { ... });