0.0.4 ⢠Published 5 months ago
is-check-disposable-email v0.0.4
is-check-disposable-email
is-check-disposable-email
is a lightweight and easy-to-use Node.js package that verifies whether an email address belongs to a disposable email provider. Disposable email addresses are temporary or throwaway accounts often used for single-use purposes or to avoid spam.
This package helps you prevent the use of such emails in your applications, ensuring that only valid and reliable email addresses are used for registration or communication.
ā
We block over 1,21,916
temporary email domains, providing a robust solution to filter out unwanted addresses.
⨠Features
- Detects disposable email addresses from a wide range of providers.
- Simple and intuitive API.
- Lightweight and efficient, with no external dependencies.
- Suitable for use in any JavaScript or TypeScript project.
š„ Installation
Install is-check-disposable-email
with npm
npm install is-check-disposable-email
š Usage/Examples
const isCheckDisposableEmail = require('is-check-disposable-email');
const email = 'example@tempmail.com';
if (isCheckDisposableEmail(email)) {
console.log('This is a disposable email address.');
} else {
console.log('This is a valid email address.');
}
š ļø Benefits
- Protect your platform from spam and bots.
- Ensure users provide authentic and active email addresses.
- Improve the overall quality of your email database.
š¤ Contributing
Feel free to submit issues or pull requests for new features, bug fixes, or general improvements.
š Author Details
š License
WWWWW||WWWWW
W W||W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
##############################
|| MIT ||
##############################