whois-no-api-key

1.0.1 • Public • Published

whois-no-api-key

This package allows you to use AS207111 Whois without an API Key. As AS207111 Whois verification link doesn't work I made this package for you.

Example

 const whois = require('whois-no-api-key')
 
 whois('109.107.200.151').then((data)=>{
          console.log(data)
          /*
                    {
                     ip: '143.244.38.13',
                    city: 'London',
                    postal: 'EC2V',
                    region: 'ENG',
                    country: 'GB',
                    lat: 51.5095,
                    lon: -0.0955,
                    timezone: 'Europe/London',
                    asn: {
                     asn: 60068,
                     name: 'CDN77',
                     isp: 'Datacamp Limited',
                     network: '143.244.36.0/22'
                    },
                    company: { name: 'Cdn77 LON' },
                    privacy: { proxy: false, hosting: true, mobile: false }
                    }
          */
 })

Parameters

          whois('IP Address','Service URL')

Readme

Keywords

none

Package Sidebar

Install

npm i whois-no-api-key

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

8.2 kB

Total Files

4

Last publish

Collaborators

  • colafish