Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 436 Bytes

File metadata and controls

27 lines (17 loc) · 436 Bytes

email validator

Basic Email validator.

Installation

$ npm install emailvalidator
$ git fork https://github.com/supardyke/node_email_validator

API

var emailvalidator = require('emailvalidator');

emailvalidator.check_email(email)

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

License

MIT