-
Notifications
You must be signed in to change notification settings - Fork 551
/
bees-knees.json
37 lines (35 loc) · 1.04 KB
/
bees-knees.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
{
"name": "Bee's Knees",
"description": "The recipe allegedly appears in a 1930 edition of San Francisco bartender and author Bill Boothby’s cocktail compendium World Drinks and How to Mix Them. However, other evidence suggests Frank Meier, a bartender at the Ritz Paris, was the cocktail’s original creator. It appears in Meier’s 1936 edition of The Artistry of Mixing Drinks.",
"github": "Donearm",
"ingredients": [
{
"quantity": "40",
"measure": "ml",
"ingredient": "dry gin"
},
{
"quantity": "10",
"measure": "ml",
"ingredient": "lemon juice"
},
{
"quantity": "1",
"measure": "tbsp",
"ingredient": "honey"
}
],
"directions": [
"Combine ingredients in a shaker.",
"Shake with ice until chilled.",
"Fine strain into a cocktail class."
],
"image": "bees-knees.jpg",
"keywords": [
"alcoholic",
"dry gin",
"gin",
"lemon",
"honey"
]
}