Added code, update readme and gitignore

This commit is contained in:
ren
2024-11-19 15:25:06 +02:00
parent 6ecbf85157
commit 0b64340b4e
9 changed files with 970 additions and 1 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "stats",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1"
}
}