Send Promise based queries to the International Plant Names Index (https://www.ipni.org/) database and get JSON results back.
axios: for making GET requests
npm install axios
mocha, chai & chai-as-promised: for running tests
npm install mocha
npm install chai
npm install chai-as-promised
- Andrew Wong - LinkedIn
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details