Add frontend with bootstrap, leaflet, heatmap.js, jquery
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "webgps", | ||
"version": "1.0.0", | ||
"description": "Create WiFi Heatmaps using GPS from an external device", | ||
"license": "unlicensed", | ||
"private": true, | ||
"dependencies": { | ||
"bootstrap": "^4.1.3", | ||
"heatmap.js": "^2.0.5", | ||
"jquery": "^3.3.1", | ||
"leaflet": "^1.3.3", | ||
"leaflet.fullscreen": "^1.4.5", | ||
"popper.js": "^1.14.4" | ||
} | ||
} |
requirements.txt
0 → 100644
static/index.js
0 → 100644
Please register or sign in to comment