-
Notifications
You must be signed in to change notification settings - Fork 551
/
beergarita.json
41 lines (41 loc) · 900 Bytes
/
beergarita.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": "Beergarita",
"description": "Beergarita combines beer with a freshly made margarita",
"github": "kazuhirodk",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Tequila"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Tattersall Grapefruit Crema"
},
{
"quantity": ".5",
"measure": "oz",
"ingredient": "Lime juice"
},
{
"quantity": "6",
"measure": "oz",
"ingredient": "Light Beer (i.e. Kolsh)"
}
],
"directions": [
"Combine all ingredients in a glass over ice.",
"Garnish with a lime wedge.",
"Salt rim optional.",
"Enjoy!"
],
"image": "beergarita.jpg",
"source": "https://www.marieclaire.com/food-cocktails/g3765/simple-beer-cocktails/?slide=4",
"keywords": [
"beer",
"tequila",
"margarita",
"alcoholic"
]
}