get-public-ipv4
Version:
Fetches the public IP address using the ipify.org API
19 lines (18 loc) • 360 B
JSON
{
"name": "get-public-ipv4",
"version": "1.0.2",
"description": "Fetches the public IP address using the ipify.org API",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"ip",
"public-ip",
"ipify",
"ipv4",
"network"
],
"author": "Yunus Emre Buğuş <contem.fe@gmail.com>",
"license": "MIT"
}