1.0.0 • Published 3 years ago

webrep v1.0.0

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

Installation

npm

npm i webrep

github

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

Usage

//Requirement Importer
const Webrep = require("webrep")

//Main
Webrep.scan("https://npmjs.com/", function(callback){
	console.log(callback)
})

API

scan(url, callback)

To scan the website reputation.

url

The Url that will be scanned.

callback

returns module callback.

License

MIT © XDumpy