View on GitHub

Ghanoz-eav

The hardcore way to validate email address

Download this project as a .zip file Download this project as a tar.gz file

ghanoz-eav

The hardcore way to validate email address.

How it works

How to install

Invoke the following command:

$ npm install ghanoz-eav

How to use

geav = require('ghanoz-eav');

geav.isValid('test@example.com');

or look over the examples.

Running Tests

To run the test suite first invoke the following command within the repo, installing the development dependencies:

$ npm install

then run the tests:

$ npm test

License

Licensed under the MIT License.