File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments