このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
sdorn
/
Weather
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Create project
First
Siegfried Dorn
2年前
コミット
754334fc7f
5個のファイルの変更
、
23行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
.gitignore
+8
-0
README.md
+1
-0
flow.json
+1
-0
flow_cred.json
+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"
}
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存