Check if your password has been compromised.
This program uses the API from haveibeenpwned.com as found here: https://haveibeenpwned.com/API/v3#SearchingPwnedPasswordsByRange
- node.js
For first time setup, open a terminal at the root of cloned repository and enter the following command to install required dependencies.
npm i
Enter the following command in the terminal at the root of cloned repository
npm start
Then follow the instruction provided by the program.