-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqcook.json
92 lines (92 loc) · 1.81 KB
/
qcook.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"title" : "Feed me a stray cat",
"key" : "feed",
"score" : 23,
"favourite" : true
},
{
"title" : "Boil liquid - 100°",
"short_line1" : "100°",
"short_line2" : "Boil",
"key" : "boil",
"score" : 51,
"description" : "Heats the liquid to boiling point and holds it there.",
"temp_color" : 100,
"steps" : [
"Heat to 100°",
"Sound chime",
"Hold temperature between 90° and 100°"
],
"favourite" : false
},
{
"title" : "Defrost",
"key" : "defrost",
"score" : 42,
"favourite" : false
},
{
"title" : "Heat liquid - 80°",
"short_line1" : "80°",
"short_line2" : "Heat",
"key" : "heat",
"score" : 51,
"description" : "Heats the liquid and holds it there.",
"temp_color" : 80,
"steps" : [
"Heat to 80°",
"Sound chime",
"Hold temperature between 75° and 80°"
],
"favourite" : false
},
{
"title" : "Popcorn",
"key" : "popcorn",
"score" : 12,
"favourite" : false
},
{
"title" : "Moose",
"key" : "mmm",
"score" : 12,
"favourite" : false
},
{
"title" : "Moose jerky",
"key" : "mmm_twitchy",
"score" : 12,
"favourite" : false
},
{
"title" : "Moose souflet",
"key" : "mmm_rises",
"score" : 12,
"favourite" : false
},
{
"title" : "Moose soup",
"key" : "mmm_bits",
"score" : 12,
"favourite" : false
},
{
"title" : "Moose tail",
"key" : "mmm_flies",
"score" : 12,
"favourite" : false
},
{
"title" : "Yak",
"key" : "yuk",
"score" : 12,
"favourite" : false
},
{
"title" : "Zebra",
"key" : "stripy",
"score" : 12,
"favourite" : false
}
]