1.0.2 • Published 6 years ago

@lamyemm/pwned v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

pwned

This tool checks if an account has been compromised in a data breach.

Install

$ npm install @lamyemm/pwned@1.0.2

Usage

pwned will check that the parameter that has been passed is a correct email address. Then, it will make an HTTP request to the API of the service Have I been pwned?

This tool will use an email address as a parameter, just like this :

$ myapp john@test.com

Dependecies

  • axios : to connect to the API

  • chalk : colors of the tool

  • email-validator : to verify your email

  • ora : terminal spinner

Author

Emilie Lamy - 2019

v1.0.2