Initial implementation: Leaflet + DWD radar + TomTom traffic
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mmm-combinedmap",
|
||||
"version": "1.0.0",
|
||||
"description": "MagicMirror module combining rain radar (DWD) and traffic (TomTom) on a single Leaflet map",
|
||||
"main": "MMM-CombinedMap.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.olex.me/clawd/MMM-CombinedMap.git"
|
||||
},
|
||||
"keywords": [
|
||||
"MagicMirror",
|
||||
"weather",
|
||||
"radar",
|
||||
"traffic",
|
||||
"map"
|
||||
],
|
||||
"author": "clawd",
|
||||
"license": "MIT",
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user