-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathadult-hot-chocolate.json
41 lines (41 loc) · 1.31 KB
/
adult-hot-chocolate.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
{
"name": "Adult Hot Chocolate",
"description": "Appropriately named 'adult hot chocolate', this recipe is one of the easiest and most common ways to spike your cocoa. To make it, you will simply add a shot of peppermint schnapps to your favorite hot chocolate and a delicious, warm drink is yours to enjoy.",
"github": "thesanjeevsharma",
"ingredients": [
{
"quantity": "2",
"measure": "oz",
"ingredient": "Peppermint Schnapps"
},
{
"quantity": "6",
"measure": "oz",
"ingredient": "Hot Chocolate"
},
{
"quantity": "",
"measure": "",
"ingredient": "Garnish: whipped cream"
},
{
"quantity": "",
"measure": "",
"ingredient": "Garnish: chocolate sprinkles or shaved chocolate"
}
],
"directions": [
"Gather the ingredients.",
"Pour the schnapps into a warm mug or Irish coffee glass.",
"Fill with hot chocolate.",
"Stir well.",
"Optionally, top with whipped cream and chocolate sprinkles or shaved chocolate.",
"Serve and enjoy!"
],
"image": "adult-hot-chocolate.jpg",
"keywords": [
"chocolate",
"peppermint",
"schnapps"
]
}