forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaby-guinness.json
31 lines (31 loc) · 890 Bytes
/
baby-guinness.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
{
"name": "Baby Guinness",
"description": "A simple and sweet shot that resembles a baby pint of Guinness",
"github": "ronmcg",
"ingredients": [
{
"quantity": "2",
"measure": "oz",
"ingredient": "coffee flavored liqueur"
},
{
"quantity": "0.5",
"measure": "oz",
"ingredient": "irish cream liqueur"
}
],
"directions": [
"Get a shot glass and fill it nearly to the top with a coffee flavored liqueur (ex. Kahlúa)",
"Fill the the rest of the shot glass with an Irish cream liqueur (ex. Baileys)"
],
"image": "baby-guinness.jpg",
"source": "https://www.allrecipes.com/recipe/74819/baby-guinness/",
"keywords": [
"alcoholic",
"guinness",
"coffee",
"shot",
"irish",
"irish cream"
]
}