1.0.0 • Published 3 years ago

ismyemailpwned v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm

npm i ismyemailpwned

github

git clone https://github.com/XDumpy/ismyemailpwned

Usage

//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.

email

The email to be checked.

callback

returns module callback.

License

MIT © XDumpy