forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chocolate-milk.json
40 lines (40 loc) · 1011 Bytes
/
chocolate-milk.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
{
"name": "Chocolate Milk",
"description": "A simple chocolate beverage with just four ingredients",
"github": "Vertigeux",
"ingredients": [
{
"quantity": "1",
"measure": "tablespoon (5g)",
"ingredient": "Cocoa Powder"
},
{
"quantity": "1",
"measure": "tablespoon",
"ingredient": "Water"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "Milk"
},
{
"quantity": "1",
"measure": "tablespoon (12g)",
"ingredient": "Sugar"
}
],
"directions": [
"In a microwave-safe cup or mug, combine cocoa powder and water.",
"Microwave for 15 to 20 seconds, until steaming, and stir until very smooth.",
"Add 1/4 cup of the milk and the sugar, and microwave for an additional 15 to 30 seconds, until steaming.",
"Stir until completely mixed.",
"Stir in remaining milk and enjoy."
],
"image": "chocolate-milk.jpg",
"keywords": [
"chocolate",
"milk",
"non-alcoholic"
]
}