Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
sdorn
/
Weather
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Create project
First
Siegfried Dorn
2 anos atrás
commit
754334fc7f
5 arquivos alterados
com
23 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
.gitignore
+8
-0
README.md
+1
-0
flow.json
+1
-0
flow_cred.json
+12
-0
package.json
+ 1
- 0
.gitignore
Ver arquivo
@@ -0,0 +1 @@
*.backup
+ 8
- 0
README.md
Ver arquivo
@@ -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
Ver arquivo
@@ -0,0 +1 @@
[]
+ 1
- 0
flow_cred.json
Ver arquivo
@@ -0,0 +1 @@
{}
+ 12
- 0
package.json
Ver arquivo
@@ -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"
}
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar