A very simple endpoint to get your public IP address
https://ip.kytta.dev/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
315 B
15 lines
315 B
{ |
|
"name": "ip", |
|
"version": "2.0.2", |
|
"main": "api/ip.js", |
|
"repository": "https://codeberg.org/kytta/ip", |
|
"author": "Nikita Karamov <me@kytta.dev>", |
|
"license": "AGPL-3.0-only", |
|
"private": true, |
|
"dependencies": { |
|
"@supercharge/request-ip": "^1.1.2" |
|
}, |
|
"devDependencies": { |
|
"@vercel/node": "^1.12.1" |
|
} |
|
}
|
|
|