0.0.4 • Published 5 months ago

is-check-disposable-email v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.

npm version License

✨ 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

portfolio linkedin

šŸ”‘ License

     WWWWW||WWWWW           
       W W||W W         
          ||            
        ( OO )__________            
         /  |           \           
        /o o|    MIT     \          
        \___/||_||__||_|| *         
             || ||  || ||           
            _||_|| _||_||           
           (__|__|(__|__|           
##############################
||           MIT            ||
##############################