1.0.0 • Published 3 years ago

ipsn-history v1.0.0

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

Installation

npm

npm i ipsn-history

github

git clone https://github.com/XDumpy/ipsn-history

Usage

//Requirement Importer
const IPSN_History= require("ipsn-history")
  
//Main
IPSN_History.scan("8.8.8.8", function(callback){
	console.log(callback)
})

API

scan(url, callback)

To scan the IP ASN History.

ip

The IP that will be scanned.

callback

returns module callback.

License

MIT © XDumpy