commit 35e7788e6adcb41644fd1d1aa7213dd271b5707e Author: John Walicki Date: Thu Jul 8 12:05:07 2021 -0400 Create project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c9c01a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.backup \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe14d63 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Weather-Routing-Logistics +========================= + +Node-RED Dashboard which overlays TWC weather maos on a HERE truck routing map + +### About + +This is your project's README.md file. It helps users understand what your +project does, how to use it and anything else they may need to know. \ No newline at end of file diff --git a/flow.json b/flow.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/flow.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/flow_cred.json b/flow_cred.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/flow_cred.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..58caf2e --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "Weather-Routing-Logistics", + "description": "Node-RED Dashboard which overlays TWC weather maos on a HERE truck routing map ", + "version": "0.0.1", + "dependencies": {}, + "node-red": { + "settings": { + "flowFile": "flow.json", + "credentialsFile": "flow_cred.json" + } + } +} \ No newline at end of file