plantfyi
v0.1.0
Published
Plant taxonomy and cultivation API client — plantfyi.com. Zero dependencies.
Maintainers
Readme
plantfyi
Plant taxonomy and cultivation API client — plantfyi.com. Zero dependencies.
Install
npm install plantfyiQuick Start
import { PlantFYI } from "plantfyi";
const client = new PlantFYI();
const results = await client.search("rose");
console.log(results);License
MIT
