Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 773 Bytes

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