forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
caipireja.json
41 lines (40 loc) · 1.02 KB
/
caipireja.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": "Caipireja",
"description": "A typical brazilian drink, good for hot days!",
"github": "SantosMatheusGR",
"ingredients": [
{
"quantity": "2",
"measure": "Lemons",
"ingredient": ""
},
{
"quantity": "1",
"measure": "can of",
"ingredient": "beer"
},
{
"quantity": "120",
"measure": "mls",
"ingredient": "vodka"
},
{
"quantity": "3",
"measure": "tablespoon",
"ingredient": "sugar"
}
],
"directions": [
"Squeeze the juice of 1 lemon, and chop the other into pieces.",
"Place the lemon juice and chopped lemons in a cocktail shaker and mash the lemon.",
"Add sugar and vodka, shake it.",
"Transfer the mixture to a glass and, slowly, add beer."
],
"image": "caipireja.jpg",
"keywords": [
"beer",
"vodka",
"brazil",
"lemon"
]
}