-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteas.json
41 lines (40 loc) · 818 Bytes
/
teas.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
{
"teas": [
{
"type": "Black",
"tempc": "95",
"tempf": "205",
"time": "04"
},
{
"type": "Pu-erh",
"tempc": "95",
"tempf": "205",
"time": "04"
},
{
"type": "Oolong",
"tempc": "85",
"tempf": "185",
"time": "03"
},
{
"type": "White",
"tempc": "85",
"tempf": "185",
"time": "03"
},
{
"type": "Green",
"tempc": "80",
"tempf": "176",
"time": "02"
},
{
"type": "Herbal or Rooibos",
"tempc": "100",
"tempf": "212",
"time": "05"
}
]
}