@belgian93/pwned
v0.1.0
Published
## Functionality When run, will ask the user to input their email address. Using dependency email-validator, it will check if a valid email address was provided. The program will make a request to the `Have I been Pwned` API. Before making the actual requ
Downloads
2
Readme
Belgian93's Pwned? v0.1.0
Functionality
When run, will ask the user to input their email address.
Using dependency email-validator, it will check if a valid email address was provided.
The program will make a request to the Have I been Pwned
API.
Before making the actual request the mail address will get encoded.
All breaches will be displayed in a list, with their most important data displayed.
Dependencies
- axios package (for fetching data)
- email-validator package (for email validation)
- readlineSync package (to allow for prompts in the cmd line)
- chalk package (to give it some color)
- figlet package (for the program's title)
- ora package (not in use in this version, on to do list)
Bugs/To do
- Include loading spinners using ora package