google-gmail-validator
v1.0.8
Published
A simple and perfect library exclusively to validate google's gmail address. The validations in this library are developed based on the actual validations followed by gmail.
Downloads
13
Maintainers
Readme
google-gmail-validator
A simple and perfect library exclusively to validate google's gmail address. The validations in this library are developed based on the actual validations followed by gmail.
Installation
Install via NPM:
npm install google-gmail-validator
Usage
javascript
let validator = require("google-gmail-validator");
validator.validateGmail("[email protected]"); // true
validator.validateGmail("saiteja@gmail"); //false
Contribute
Contributions are accepted! Check the LICENSE
file for more info.
Meta
https://github.com/velagandulasaiteja/google-gmail-validator