/IPNI.js

Send queries to the International Plant Names Index (https://www.ipni.org/) or POWO (http://www.plantsoftheworldonline.org/) database

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

IPNI.js

Send Promise based queries to the International Plant Names Index (https://www.ipni.org/) database and get JSON results back.

Prerequisites

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

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details