-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathbombeirinho.json
45 lines (45 loc) · 1.19 KB
/
bombeirinho.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
42
43
44
45
{
"name": "Bombeirinho",
"description": "The most famous drink at pubs in Brazil, very simple to prepare and it taste like sugar when drunk.",
"github": "rzorzal",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Red Gooseberry Liquor"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "White Cachaça (Cachaça Branca)"
},
{
"quantity": "1/2",
"measure": "",
"ingredient": "Lemon"
},
{
"quantity": "",
"measure": "",
"ingredient": "Ice, optional"
}
],
"directions": [
"Put the ice in the cup.",
"Add the cachaça first and then add the Red Gooseberry Liquor.",
"Squeeze the lemon.",
"Mix all the ingredients until they form one red color drink.",
"Serve in a rounded cup of glass.",
"(Optional) Add some lemon peel at the top of the drink."
],
"image": "bombeirinho.jpg",
"keywords": [
"red",
"gooseberry",
"liqueur",
"cachaça",
"lemon",
"alcoholic",
"vegan"
]
}