# checkgmail

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

Latest version **1.0.1** (published 2020-05-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install checkgmail
pnpm add checkgmail
yarn add checkgmail
bun add checkgmail
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-05-24 |
| First published | 2020-05-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Aman Sharma |
| Maintainers | amansharma5 |
| Keywords | email, gmail check, email check, check gmail, mailbox existence |

## Links

- npm: https://www.npmjs.com/package/checkgmail
- Repository: https://github.com/amansharma5/gmail-check
- Homepage: https://github.com/amansharma5/gmail-check#readme
- Issues: https://github.com/amansharma5/gmail-check/issues
- npm.io page: https://npm.io/package/checkgmail

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-05-24
- 1.0.0 — 2020-05-24

## README

# 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 
```javascript
var checkGmail = require('checkgmail');
```

### Example Using async/await
```javascript

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

---
_Source: https://npm.io/package/checkgmail · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
