Skip to content

blocklessnetwork/generated-email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-email-generated

is-email-generated is a module that helps determine if an email address is generated or not. This can be useful for filtering out temporary or disposable email addresses.

Installation

To install the module, use npm:

npm install is-email-generated

Usage

Here is an example of how to use the is-email-generated module:

const isEmailGenerated = require('is-email-generated');

const email = '[email protected]';
const result = isEmailGenerated(email);

console.log(`Is the email generated? ${result}`);

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.

Credit

Email list from

About

a simple generated email checker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published