-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathbitter-but-good.json
40 lines (40 loc) · 973 Bytes
/
bitter-but-good.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
{
"name": "Bitter but Good eh!",
"description": "A sweet quebecois/french-canadian take on a Negroni.",
"github": "girOly",
"ingredients": [
{
"quantity": "1.5",
"measure": "oz",
"ingredient": "Gin"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Campari"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "White Beer"
},
{
"quantity": "",
"measure": "",
"ingredient": "Orange peel"
}
],
"directions": [
"Combine the spirits into a mixing glass with ice.",
"Stir until chilled. Strain into a rocks glass filled halfway with ice.",
"Fill rest of Rocks Glass with White Beer.",
"Garnish with an orange peel."
],
"image": "bitter-but-good.jpg",
"keywords": [
"gin",
"white beer",
"alcoholic",
"vegan"
]
}