1.0.0 • Published 3 years ago

iswebsitesafe v1.0.0

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

Installation

npm

npm i iswebsitesafe

github

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

Usage

//Requirement Importer
const IsWebsiteSafe = require("iswebsitesafe")

//Main
IsWebsiteSafe.check("https://example.com", function(callback){
	console.log(callback)
})

API

check(url, callback)

To check if the website is safe.

url

The url to be checked.

callback

returns module callback.

License

MIT © XDumpy