A modern javascript library to search about plants on open data
- The prefix phyto- , comes from Ancient Greek φυτόν (phutón, “plant”), is used when something is pertaining to or derived from plants.
- js is the abbreviation of javascript.
npm i @rondinif/phytojs --save
see below at the examples section...
Clone the package and install the npm dependencies with npm i
.
git clone https://github.com/rondinif/phytojs.git
cd phytojs
npm i
npm run prepare
npm test
AMD
and CJS
(CommonJS
) are both compatible with UMD
.
node ./samples/index.umd.js
node -r esm ./samples/index.umd.esm.js
node -r esm ./samples/index.esm.js