forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clavis-riga.json
47 lines (47 loc) · 1.21 KB
/
clavis-riga.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
46
47
{
"name": "Clavis Riga",
"description": "Clavis Riga, or Key of Riga, is the offical cocktail of Latvia, using one of it's national drinks, Riga Black Balsam",
"github": "danielhouston",
"ingredients": [
{
"quantity": "20",
"measure": "ml",
"ingredient": "Riga Black Balsam"
},
{
"quantity": "10",
"measure": "ml",
"ingredient": "Rhubarb liqueur"
},
{
"quantity": "55",
"measure": "ml",
"ingredient": "Apple juice"
},
{
"quantity": "5",
"measure": "ml",
"ingredient": "Pomegranate syrup"
},
{
"quantity": "5",
"measure": "ml",
"ingredient": "White chocolate syrup"
},
{
"quantity": "",
"measure": "",
"ingredient": "Orange peel"
}
],
"directions": [
"Pour ingredients into a ice cooled mixing glass",
"Mix, then strain into a cocktail glass.",
"Decorate with the orange peel."
],
"image": "clavis-riga.jpg",
"keywords": [
"cocktail",
"alcoholic"
]
}