forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasil-smash.json
38 lines (38 loc) · 990 Bytes
/
basil-smash.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
{
"name": "Basil Smash",
"description": "Enjoy a summer breezed basil flavoured cocktail.",
"github": "codingMeSlowly",
"ingredients": [{
"quantity": "5",
"measure": "cl",
"ingredient": "Gin"
},
{
"quantity": "2",
"measure": "cl",
"ingredient": "lemon juice"
},
{
"quantity": "1",
"measure": "cl",
"ingredient": "sugar syrup"
},
{
"quantity": "1",
"measure": "bunch",
"ingredient": "basil leaves"
}
],
"directions": [
"Put basil, lemon juice, sugar syrup into a cocktail shaker and top up with ice.",
"Do the strong man shake and strain it into an ice-filled glass. Garnish with basil leaves."
],
"image": "basil-smash.jpg",
"keywords": [
"gin",
"lemon juice",
"sugar syrup",
"basil",
"alcoholic"
]
}