-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathaffogato.json
31 lines (31 loc) · 879 Bytes
/
affogato.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Affogato",
"description": "An affogato is an Italian coffee-based dessert. It usually takes the form of a scoop of vanilla gelato or ice cream topped or 'drowned' with a shot of hot espresso.",
"github": "Sonam3107",
"ingredients": [
{
"quantity": "1",
"measure": "scoop",
"ingredient": "Gelato"
},
{
"quantity": "1",
"measure": "double-shot",
"ingredient": "Espresso"
}
],
"directions": [
"Place a scoop of Gelato in a chilled bowl.",
"Pour the Espresso quickly over the Gelato",
"Add an extra topping of choice such as whipped cream."
],
"image": "affogato.jpg",
"keywords": [
"coffee",
"espresso",
"gelato",
"non-alcoholic",
"vanilla",
"italian"
]
}