@perlatsp/pawnhub
v0.0.2
Published
Simple CLI app using haveibeenpawned.com API.
Readme
Pawnhub
Discountinued due to HIBP api change policy! Read more!
pawnhubis a simple NPM package utilizing haveibeenpawned API to find if the given email has been found in public data breaches. This is a repo for the tutorial
Installation
pawnhub is an npm package so it can be installed on your project via
npm install pawnhub or npm install -g pawnhubYou can use yarn instead of npm.
Usage
Open the terminal and run the command with an email as argument.
pawnhub [email protected]Dependencies
- Axios - Promise based HTTP client for the browser and node.js
