2.0.7 • Published 5 years ago

net-ip v2.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

net-ip Build Status

Get your internal and public IP address - very fast!

Install

$ npm install net-ip

Usage

const netip  = require('net-ip')

netip.publicIP().then((ip => {
  console.log(`Your public IP is: ${ip}`)
})

netip.internalIP().then((ip => {
  console.log(`Your internal IP is: ${ip}`)
})

netip.hostName().then((hostname => {
  console.log(`Your hostname is: ${hostname}`)
})

API

publicIP()

privateIP()

hostName()

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago