Skip to content

Commit 3220315

Browse files
authored
Added new drink - Jasmine Milk Tea (#1406)
* Added new drink - Jasmine Milk Tea * added ice to ingredients
1 parent f80ec54 commit 3220315

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
26.8 KB
Loading

src/recipes/jasmine-milk-tea.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "Jasmine Milk Tea",
3+
"description": "",
4+
"github": "kc6827",
5+
"ingredients": [
6+
{
7+
"quantity": "2",
8+
"measure": "tablespoons",
9+
"ingredient": "loose leaf jasmine tea leaves"
10+
},
11+
{
12+
"quantity": "4",
13+
"measure": "tablespoons",
14+
"ingredient": "half-and-half"
15+
},
16+
{
17+
"quantity": "200",
18+
"measure": "ml",
19+
"ingredient": "boiling water"
20+
},
21+
{
22+
"quantity": "1.5",
23+
"measure": "tablespoons",
24+
"ingredient": "honey"
25+
},
26+
{
27+
"quantity": "200",
28+
"measure": "ml",
29+
"ingredient": "ice"
30+
}
31+
],
32+
"directions": [
33+
"Put the tea leaves into a tea infuser (or anything else that works)",
34+
"Bring water to a boil",
35+
"Steep the tea leaves for 8-10 minutes",
36+
"Remove the tea leaves (and infuser if used)",
37+
"Add the half-and-half",
38+
"Add the honey",
39+
"Pour the tea over the ice",
40+
"Enjoy"
41+
],
42+
"image": "jasmine-milk-tea.jpg",
43+
"keywords": [
44+
"tea",
45+
"non-alcoholic",
46+
"milk",
47+
"honey"
48+
]
49+
}

0 commit comments

Comments
 (0)