Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilta Riikonen committed Dec 7, 2024
1 parent fd45b2c commit 9049f64
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digicafe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch("https://iltar.github.io/other-projects/ticos.json")
fetch("https://iltar.github.io/json-tehtava/ticos.json")
.then(function(response) {
return response.json();
})
Expand Down
2 changes: 1 addition & 1 deletion palaveri.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch("https://iltar.github.io/other-projects/palaveri.json")
fetch("https://iltar.github.io/json-tehtava/palaveri.json")
.then(function(response) {
return response.json();
})
Expand Down
10 changes: 10 additions & 0 deletions palaveri.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aihe" : "Uudistettu menu",
"osallistujia" : 3,
"osallistujat" : [
"Mikko Mallikas", "Anna Malli", "Esa Esimerkki"
],
"paikka" : "Tico Cafe",
"aloitus" : "12:00",
"kesto" : "2h"
}
10 changes: 10 additions & 0 deletions ticos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{"yritys":"Tico Cafe",
"yhteystiedot":{"osoite":"Ratapihantie 13, Helsinki",
"puhelin":"040 404 4040",
"email": "info@ticocafe.com"},
"tuotteet":["makeat kahvileivät", "suolaiset piiraat", "erikoiskahvit"],
"henkilokunta":[{"nimi":"Mikko Mallikas","titteli":"toimitusjohtaja"},
{"nimi":"Anna Malli","titteli":"barista"},
{"nimi": "Esa Merkki","titteli":"kondiittori"}
]
}

0 comments on commit 9049f64

Please sign in to comment.