forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amf.json
55 lines (55 loc) · 1.3 KB
/
amf.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
48
49
50
51
52
53
54
55
{
"name": "Adios Motherfucker (AMF)",
"description": "You say goodbye, we say hello, and also, Adios Motherfucker!",
"github": "dfarley1",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Vodka"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Rum"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Gin"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Tequila"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "Sweet and Sour Mix"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Sprite"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Blue Curaçao"
}
],
"directions": [
"Fill a glass with ice and pour in vodka, rum, gin, tequila sweet & sour, lemon lime soda and blue curaçao.",
"Stir to mix.",
"Garnish with a lemon slice and a cherry."
],
"image": "amf.jpg",
"keywords": [
"vodka",
"rum",
"gin",
"tequila",
"vegan"
]
}