1.0.1 • Published 2 years ago

whois-no-api-key v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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')