本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
sdorn
/
Weather
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Create project
First
Siegfried Dorn
2 年之前
當前提交
754334fc7f
共有
5 個檔案被更改
,包括
23 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
}
}
Write
Preview
Loading…
取消
儲存