使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
sdorn
/
Weather
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Create project
First
Siegfried Dorn
2 年前
当前提交
754334fc7f
共有
5 个文件被更改
,包括
23 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 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"
}
}
}
撰写
预览
正在加载...
取消
保存