Skip to content

velagandulasaiteja/google-gmail-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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("saiteja@gmail.com"); // 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published