Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
sdorn
/
Weather
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Create project
First
Siegfried Dorn
2 anni fa
commit
754334fc7f
5 ha cambiato i file
con
23 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -0,0 +1 @@
*.backup
+ 8
- 0
README.md
Vedi 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
Vedi File
@@ -0,0 +1 @@
[]
+ 1
- 0
flow_cred.json
Vedi File
@@ -0,0 +1 @@
{}
+ 12
- 0
package.json
Vedi 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…
Annulla
Salva