emailtypocheck
v1.0.3
Published
Check top level domains for emails or URLs
Readme
Email Domain Typo Checker
This package allows you to check the email addresses for typos in the domain names.
Installation
From npmjs:
npm install emailtypocheck --saveUsage
var etc = require('../dist/emailtypocheck.js'); etc.checkEmailTypos("[email protected]"); // [[email protected]] - typo correction tlds.checkEmailTypos("[email protected]"); // [] - no typos
Developer Setup
Run make install to install dependencies.
