This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sdorn
/
Weather
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Create project
First
Siegfried Dorn
2 years ago
commit
754334fc7f
5 changed files
with
23 additions
and
0 deletions
Unified View
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
View File
@@ -0,0 +1 @@
*.backup
+ 8
- 0
README.md
View File
@@ -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
View File
@@ -0,0 +1 @@
[]
+ 1
- 0
flow_cred.json
View File
@@ -0,0 +1 @@
{}
+ 12
- 0
package.json
View File
@@ -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…
Cancel
Save