Skip to content

Commit a9fdcb0

Browse files
committed
Added new drink - STMJ
1 parent a0635dc commit a9fdcb0

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

src/assets/recipes/stmj.jpg

28 KB
Loading

src/recipes/stmj.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "Susu Telur Madu Jahe/STMJ (Milk Egg Honey Ginger)",
3+
"description": "STMJ is an Indonesian drink, made with combination of Milk, Honey, Raw egg yolk, and Ginger",
4+
"github": "Agastya486",
5+
"ingredients": [
6+
{
7+
"quantity": "500",
8+
"measure": "ml",
9+
"ingredient": "Fresh milk"
10+
},
11+
{
12+
"quantity": "3",
13+
"measure": "table of spoon",
14+
"ingredient": "Sweetened condensed milk"
15+
},
16+
{
17+
"quantity": "6",
18+
"measure": "table of spoon",
19+
"ingredient": "Honey"
20+
},
21+
{
22+
"quantity": "6",
23+
"measure": "cm",
24+
"ingredient": "Ginger, peeled and crushed"
25+
},
26+
{
27+
"quantity": "2",
28+
"measure": "pcs",
29+
"ingredient": "Free-range chicken eggs"
30+
}
31+
],
32+
"directions": [
33+
"Peel and crush the ginger, then roast it until fragrant.",
34+
"Pour the fresh milk and sweetened condensed milk into a saucepan. Stir until well combined.",
35+
"Heat the milk mixture, then cut the roasted ginger in half and add it to the milk. Stir continuously to prevent it from boiling.",
36+
"Separate the egg yolks from the whites, and use only the yolks.",
37+
"Place the egg yolks into a glass and mix them with the honey.",
38+
"Strain the hot milk mixture into the glass with the egg yolks and honey while stirring quickly to combine everything evenly.",
39+
"Enjoy!"
40+
],
41+
"image": "stmj.jpg",
42+
"keywords": [
43+
"stmj",
44+
"milk",
45+
"egg",
46+
"honey",
47+
"ginger"
48+
]
49+
}

0 commit comments

Comments
 (0)