UNPKG

asn-from-ip

Version:

This tiny module allows you to get ASN information for each IP address. The output includes IP suffixes, AS type, AS country, AS organisation and so on...

5 lines (4 loc) 116 B
const { ipToASN } = require('./src/ip_to_asn'); (async () => { console.log(await ipToASN('95.91.211.148')); })();