# gmailnator-api
NPM module built to access gmailnator.com programically.

Gmailnator.com is a website that you can create a gmail.com email that acts like a service like [10 Minute Mail](https://10minutemail.com).

## Disclaimer
- Please only use this for legal and moral purposes.
- Don't scam people/companies using this.
- Don't use this to spam either

Thank you for understanding :)

## Requirements
Just install the package in [NPM](https://npmjs.com/package/gmailnator).

``npm i gmailnator``

## Sample Code

You can find sample code in the [tests directory](./tests/).

Examples include:
- [Generation of an email and checking it.](./tests/generate-and-view/index.js)
- [Just checking an already generated email.](./tests/view/index.js)
- [Automatically check for emails every 15 seconds and when an email is found, read it.](./tests/check-15/index.js)
