pillfyi
Ruby client for the PillFYI REST API. Pill identification. Zero external dependencies.
Explore at pillfyi.com — interactive tools and comprehensive reference.
Install
gem "pillfyi"Quick Start
require "pillfyi"
client = PillFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install pillfyi |
PyPI |
| npm | npm install pillfyi |
npm |
| Go | go get github.com/fyipedia/pillfyi-go |
pkg.go.dev |
| Rust | cargo add pillfyi |
crates.io |
| Ruby | gem install pillfyi |
rubygems |
Links
- Site: pillfyi.com
- API: pillfyi.com/api/v1/
- OpenAPI: pillfyi.com/api/v1/schema/
- Glossary: pillfyi.com/glossary/
- Guides: pillfyi.com/guides/
- Tools: pillfyi.com/tools/
- Developers: pillfyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
Health FYI Family
Part of the FYIPedia open-source developer tools ecosystem.
| Site | Domain | Focus |
|---|---|---|
| AnatomyFYI | anatomyfyi.com | 14,692 anatomical structures, systems, organs |
| DrugFYI | drugfyi.com | Drug interactions, pharmacology, side effects |
| NutriFYI | nutrifyi.com | Nutrition data, food composition, dietary analysis |
| PillFYI | pillfyi.com | Pill identification, FDA drug database |
License
MIT