implement meshtastic map

This commit is contained in:
liamcottle
2024-03-12 18:31:17 +13:00
parent ac7c09bae2
commit 2970e34a48
5 changed files with 1477 additions and 2 deletions

View File

@ -2,10 +2,15 @@
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"express": "^4.18.3",
"node-cache": "^5.1.2"
}
}