Skip to content

amansharma5/gmail-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkgmail

Check gmail existence.

This checkgmail library provides the way to know the existence of gmail mailbox written in server-side JavaScript.

###Installation Install the package with:

npm install checkgmail

Include

var checkGmail = require('checkgmail');

Example Using async/await

let result = await checkGmail("abc@xyz.com"); // gmail address to test
console.log(result)  ///// status : "success" (if exists) || status : "failed" (if doesn't exists)
-- Do Something --

Submit Queries

You can e-mail an issue/query at amansharma5@hotmail.com

About

Check gmail existence!!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published