Basic Email validator.
$ npm install emailvalidator$ git fork https://github.com/supardyke/node_email_validatorvar emailvalidator = require('emailvalidator');Parse an email address to the module,it validates and returns a boolean value of true if the email is valid or false if it is not