Skip to content

A list of disposable ESPs with set of methods for better functionality.

Notifications You must be signed in to change notification settings

unierr/disposable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disposable-js

A list of disposable email addresses like mailinator.com. You can use it to detect disposable email accounts.

Installation

Simply run:

npm install disposable-js

Examples

Detect a disposable domain

var disposable = require("disposable-js") //with commonjs
import disposable from 'disposable-js' //with es6

disposable.isDisposable('mailinator.com') //returns true
disposable.isDisposable('mailinator.com') //returns false

Get the array of all domains (currently standing at 17792 ESPs).

disposable.domains

About

A list of disposable ESPs with set of methods for better functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published