2.0.7 • Published 6 years ago

net-ip v2.0.7

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

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago