Skip to content

Commit

Permalink
Update link to node-validator
Browse files Browse the repository at this point in the history
The node-validator project was renamed, and the repo was moved. This changes reflects the new name (validator.js) and updates the URL to point to the new repo.
  • Loading branch information
djpowers committed Oct 21, 2015
1 parent a71e5b5 commit 2ce1ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Cross-language email validation. Backed by a [database](./list.json) of **1979 throwable email providers**.

* Validate the format of your email (uses [node-validator](https://github.com/chriso/node-validator/blob/master/lib/validators.js#L27) email regex underneath and `FILTER_VALIDATE_EMAIL` for PHP)
* Validate the format of your email (uses [validator.js](https://github.com/chriso/validator.js/blob/master/validator.js#L38) email regex underneath and `FILTER_VALIDATE_EMAIL` for PHP)
* Validate if the email is not a **temporary mail** (yopmail-like..., [add your own dataset to list.json](./list.json))

This will be very helpful when you have to contact your users and you want to avoid errors causing lack of communication or want to block "spamboxes".
Expand Down

0 comments on commit 2ce1ffd

Please sign in to comment.