bgpview-node-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

BGPView client for Node.js

Usage

Checking IP address

import BGPViewClient from "bgpview-node-client"

const bgpView = new BGPViewClient({
    key: "Your key"
})

bgpView.checkIP("1.1.1.1").then(resp => {
    console.log(resp)
})

Readme

Keywords

none

Package Sidebar

Install

npm i bgpview-node-client

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • mrtalon63