-
Notifications
You must be signed in to change notification settings - Fork 552
/
barraquito.json
41 lines (41 loc) · 1 KB
/
barraquito.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
32
33
34
35
36
37
38
39
40
41
{
"name": "Barraquito",
"description": "A multi-layered coffee drink.",
"github": "RichardVerbraak",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Coffee"
},
{
"quantity": "1-2",
"measure": "oz",
"ingredient": "Licor 43"
},
{
"quantity": "",
"measure": "",
"ingredient": "Frothed Milk"
},
{
"quantity": "2",
"measure": "tablespoons",
"ingredient": "Condensed Milk"
}
],
"directions": [
"Add the condensed milk to the coffee, followed by the licor.",
"Add the espresso and optional lemon peel.",
"Add the frothed milk and sprinkle some cinammon for some extra flavor."
],
"image": "barraquito.jpg",
"keywords": [
"coffee",
"spanish",
"milk",
"layers",
"cinnamon",
"canary islands"
]
}