Project

plantfyi

0.0
The project is in a healthy, maintained state
Ruby client for the PlantFYI REST API at plantfyi.com. Zero external dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

plantfyi

Gem Version License: MIT

Ruby client for the PlantFYI REST API. 379,774 plants. Zero external dependencies.

Explore at plantfyi.com — interactive tools and comprehensive reference.

Install

gem "plantfyi"

Quick Start

require "plantfyi"

client = PlantFYI::Client.new
result = client.search("query")
puts result

Also Available

Platform Install Link
Python pip install plantfyi PyPI
npm npm install plantfyi npm
Go go get github.com/fyipedia/plantfyi-go pkg.go.dev
Rust cargo add plantfyi crates.io
Ruby gem install plantfyi rubygems

Links

Nature FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BirdFYI birdfyi.com 11,251 birds, orders, families, conservation
DinoFYI dinofyi.com 6,142 dinosaurs, paleontology, geological eras
FishFYI fishfyi.com Fish species, marine biology, habitats
PlantFYI plantfyi.com 379,774 plants, taxonomy, cultivation
SpeciesFYI speciesfyi.com Species taxonomy, classification, biodiversity

License

MIT