-
Notifications
You must be signed in to change notification settings - Fork 556
/
blue-monday.json
42 lines (40 loc) · 915 Bytes
/
blue-monday.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
{
"name": "Blue Monday",
"description": "A cocktail from Harry Craddock's 'Savoy Cocktail Book'.",
"github": "Donearm",
"ingredients": [
{
"quantity": "45",
"measure": "ml",
"ingredient": "vodka"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "cointreau"
},
{
"quantity": "10",
"measure": "ml",
"ingredient": "blue curaçao"
},
{
"quantity": "1",
"measure": "",
"ingredient": "flamed orange zest"
}
],
"directions": [
"Combine ingredients in a shaker and shake with ice until chilled.",
"Fine strain into a cocktail glass.",
"Garnish with a flamed orange zest."
],
"image": "blue-monday.jpg",
"keywords": [
"alcoholic",
"vodka",
"cointreau",
"blue curaçao",
"orange"
]
}