ソースを参照

Create project

First
コミット
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"
}
}
}

読み込み中…
キャンセル
保存