2.0.3 • Published 5 months ago

ipify.js v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 months ago

ipify.js

Tests

installation command

npm i ipify.js

ipify for browser and server

  • no dependecies
  • works on browser and server environment
  • lightweight < 350 Bytes (minified + Gzip)
  • No IE support (Promise polyfill required for IE)
  • Node.js requirements (>= 0.12)

Example

const { ipv4, ipv6 } = require('ipify.js');

const getIP = async () => {
  const ipv4 = await ipv4();
  // 64.233.161.147
  const ipv6 = await ipv6();
  // 2001:0db8:0000:0000:0000:ff00:0042:8329
}
getIP();
2.0.3

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago