ghanoz-eav

0.4.1 • Public • Published

ghanoz-eav

Build Status Dependency Status

The hardcore way to validate email address.

How it works

  • Validating the local-part of email address the hardcore way
  • Validating the domain-part of email address the hardcore way

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.

Readme

Keywords

none

Package Sidebar

Install

npm i ghanoz-eav

Weekly Downloads

1

Version

0.4.1

License

MIT

Last publish

Collaborators

  • muhammadghazali