-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase.json
121 lines (121 loc) · 4.56 KB
/
database.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[{
"plant_id": 1,
"title": "Polka Dot Begonia",
"name": "Begonia Maculata",
"aliases": ["polka dot begonia", "begonia maculata", "polka dot plant", "angel wing", "spotted begonia"],
"image": "begonia-maculata.jpeg",
"water": "Keep the soil generally moist, letting the top half inch of soil dry out between watering. Will not tolerate soggy soil.",
"light": "Bright, indirect light. Higher light levels will promote strong growth and blooms, but avoid direct sunlight.",
"pet_safe": "No"
},
{
"plant_id": 2,
"title": "Boston Fern",
"name": "Nephrolepis Exaltata",
"aliases": ["boston fern", "sword fern", "nephrolepis exaltata"],
"image": "boston-fern.jpeg",
"water": "Water the fern when the soil becomes damp. Do not allow the soil to dry out. This may mean watering twice a week or daily in hot weather.",
"light": "Bright, indirect light.",
"pet_safe": "Yes"
},
{
"plant_id": 3,
"title": "Devil's Ivy",
"name": "Epipremnum Aureum",
"aliases": ["devil's ivy", "pothos", "epipremnum aureum"],
"image": "devils-ivy.jpeg",
"water": "Err on the side of too dry rather than too wet. Water when the soil is partly dry",
"light": "Bright, indirect light.",
"pet_safe": "No"
},
{
"plant_id": 4,
"title": "Swiss Cheese Plant",
"name": "Monstera Adansonii",
"aliases": ["swiss cheese plant", "swiss cheese vine", "monstera adansonii", "five holes plant", "adanson's monstera"],
"image": "monstera-adansonii.webp",
"water": "Consistently moist but not soaked. Before watering your Swiss cheese plant, stick your finger into the soil about an inch deep. If the soil feels nearly dry to the touch, it's time to water the plant.",
"light": "Bright, indirect light.",
"pet_safe": "No"
},
{
"plant_id": 5,
"title": "Monstera",
"name": "Monstera Deliciosa",
"aliases": ["monstera", "monstera deliciosa"],
"image": "monstera-deliciosa.png",
"water": "Water weekly, or when top 2 inches of soil have dried.",
"light": "High or medium indirect light.",
"pet_safe": "No"
},
{
"plant_id": 6,
"title": "Satin Pothos",
"name": "Scindapsus Pictus",
"aliases": ["satin pothos", "scindapsus pictus", "silver vine", "silver pothos", "silk pothos"],
"image": "satin-pothos.jpeg",
"water": "Keep moderately moist, allowing drying out inbetween waterings.",
"light": "Bright, indirect light.",
"pet_safe": "No"
},
{
"plant_id": 7,
"title": "Heartleaf Philodendron",
"name": "Philodendron Cordatum",
"aliases": ["heartleaf philodendron", "philodendron cordatum"],
"image": "heartleaf-philodendron.jpeg",
"water": "In the summertime, keep the soil moist but not soggy. In the wintertime, allow the top half-inch of soil to dry between waterings.",
"light": "Medium indirect light.",
"pet_safe": "No"
},
{
"plant_id": 8,
"title": "Rubber Plant",
"name": "Ficus Elastica Burgundy",
"aliases": ["rubber plant", "ficus elastica burgundy", "rubber fig", "rubber tree"],
"image": "rubber-plant.jpeg",
"water": "Water regularly and moderately.",
"light": "Medium indirect light.",
"pet_safe": "No"
},
{
"plant_id": 9,
"title": "Triple Splash",
"name": "Hypoestes Phyllostachya",
"aliases": ["triple splash", "hypoestes phyllostachya", "polka dot plant"],
"image": "triple-splash.jpeg",
"water": "Water when soil feels dry or plant starts to droop.",
"light": "Bright light.",
"pet_safe": "Safe in small amounts."
},
{
"plant_id": 10,
"title": "Peacock plant",
"name": "Goeppertia Makoyana",
"aliases": ["peacock plant", "goeppertia makoyana", "calathea makoyana"],
"image": "peacock.jpeg",
"water": "Maintain moist soil. Water once the surface of the soil starts to dry.",
"light": "Bright, indirect light. Avoid direct sunlight.",
"pet_safe": "Yes."
},
{
"plant_id": 11,
"title": "Zebra Plant",
"name": "Calathea Zebrina",
"aliases": ["zebra plant", "calathea zebrina"],
"image": "calathea-zebrina.jpeg",
"water": "Keep the soil lightly moist, watering once the top of the soil is just starting to dry out. Avoid soggy soil.",
"light": "Bright or medium, indirect light.",
"pet_safe": "Yes."
},
{
"plant_id": 12,
"title": "Spider Plant",
"name": "Chlorophytum comosum",
"aliases": ["spider plant", "chlorophytum comosum", "ribbon plant"],
"image": "spiderplant.jpeg",
"water": "Lightly moist but not soggy soil. Better to underwater than overwater.",
"light": "Light shade. Avoid direct sunlight.",
"pet_safe": "Yes."
}
]