/mits87-disposable-email-provider-domains

A package with disposable email provider domains

Primary LanguageJavaScriptMIT LicenseMIT

Node Disposable Email Provider Domains List

A nodejs wrapper for the disposable email provider domains list.

Installation

Require this package with composer:

npm install disposable-email-provider-domains

Usage

Require disposable-email-provider-domains to your file.

const { domains } = require('disposable-email-provider-domains');

console.log(domains);

Contributing

All list is located in ./data/domains.json file. So please make data related changes ONLY to file from ./data/, commit them.

License

MIT