Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 594 Bytes

File metadata and controls

30 lines (18 loc) · 594 Bytes

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