2.0.7 • Published 7 years ago

net-ip v2.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago