@tanguyscholtes/mailchecker

0.0.7 • Public • Published

Becode - Mail Checker

A basic NodeJS CLI tool to check breaches in email addresses - part of BeCode's studentship


Note : My English is like my humor - quite dysfunctional but I'm working on it. Please let me know if you see any typo or bug and I'll try to fix it ASAP ;)


Installation

npm install -g @tanguyscholtes/mailchecker

And voilà ! You're good to go.

Usage

Once you have completed the installation, you can simply check an email address by going in a terminal and typing :

mailcheck test@example.com

Simply replace this example by the real email address you'd like to check for breaches. Quite simple, hu ?

Dependencies

The core of this tool uses email-validator to validate emails (duh), Have I Been Pwned's API to check for account breaches and axios to contact this API.
The fancy part comes from chalk and their pretty colors, figlet for the ASCII arts and ora for the spinner.

Thanks to all of them for their great work. Keep being awesome !

Part of BeCode's studentship

I made this code as a trainee at BeCode. If you'd like to check the exercise's specificities, you can read it all here (it's only available in French, thought. Sorry pals !).

Package Sidebar

Install

npm i @tanguyscholtes/mailchecker

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

5.87 kB

Total Files

3

Last publish

Collaborators

  • tanguyscholtes