Project

speciesfyi

0.0
The project is in a healthy, maintained state
Ruby client for the SpeciesFYI REST API at speciesfyi.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

speciesfyi

Gem Version License: MIT

Ruby client for the SpeciesFYI REST API. Species taxonomy. Zero external dependencies.

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

Install

gem "speciesfyi"

Quick Start

require "speciesfyi"

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

Also Available

Platform Install Link
Python pip install speciesfyi PyPI
npm npm install speciesfyi npm
Go go get github.com/fyipedia/speciesfyi-go pkg.go.dev
Rust cargo add speciesfyi crates.io
Ruby gem install speciesfyi 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