Create a tool for scraping crop data from practicalplants wiki. Try to divide it into functions that could also be useful for #80. The output format should be like practicalplants.json, or a symmetrical plain JS file (#70).
Currently practicalplants.json is missing some data for the properties edible part and use, medicinal part and use, material part and use, the tool should handle these correctly.
The tool should be written in JS but it can be based on the Python tool that was originally used for generating practicalplants.json.
Create a tool for scraping crop data from practicalplants wiki. Try to divide it into functions that could also be useful for #80. The output format should be like
practicalplants.json, or a symmetrical plain JS file (#70).Currently
practicalplants.jsonis missing some data for the properties edible part and use, medicinal part and use, material part and use, the tool should handle these correctly.The tool should be written in JS but it can be based on the Python tool that was originally used for generating
practicalplants.json.