initial commit

This commit is contained in:
Sebastian Kiepsch
2026-01-06 17:29:24 +01:00
commit 0703ae53e7
7 changed files with 1053 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "ip-pinger",
"version": "1.0.0",
"description": "Simple web service that returns client IP address",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": ["ip", "client-ip", "web-service"],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}