瀏覽代碼

Create project

First
Siegfried Dorn 2 年之前
當前提交
754334fc7f
共有 5 個文件被更改,包括 23 次插入0 次删除
  1. +1
    -0
      .gitignore
  2. +8
    -0
      README.md
  3. +1
    -0
      flow.json
  4. +1
    -0
      flow_cred.json
  5. +12
    -0
      package.json

+ 1
- 0
.gitignore 查看文件

@@ -0,0 +1 @@
*.backup

+ 8
- 0
README.md 查看文件

@@ -0,0 +1,8 @@
Weather
=======

### Produktinfo

Dies ist die 'README.md'-Datei Ihres Projekts.
Sie hilft den Benutzern zu verstehen, was das Projekt macht,
wie man es verwendet und enthält alles andere Wissenwerte dazu.

+ 1
- 0
flow.json 查看文件

@@ -0,0 +1 @@
[]

+ 1
- 0
flow_cred.json 查看文件

@@ -0,0 +1 @@
{}

+ 12
- 0
package.json 查看文件

@@ -0,0 +1,12 @@
{
"name": "Weather",
"description": "Ein Node-RED-Projekt",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flow.json",
"credentialsFile": "flow_cred.json"
}
}
}

Loading…
取消
儲存