1.0.0 • Published 5 years ago
ismyemailpwned v1.0.0
Installation
npm
npm i ismyemailpwnedgithub
git clone https://github.com/XDumpy/ismyemailpwnedUsage
//Requirement Importer
const IsMyEmailPwned = require("ismyemailpwned")
//Main
IsMyEmailPwned.check("example@gmail.com", function(callback){
console.log(callback)
})API
check(email, callback)
To check if the email is pwned.
The email to be checked.
callback
returns module callback.
License
MIT © XDumpy
1.0.0
5 years ago