drugfyi
Ruby client for the DrugFYI REST API. Drug interactions. Zero external dependencies.
Explore at drugfyi.com — interactive tools and comprehensive reference.
Install
gem "drugfyi"Quick Start
require "drugfyi"
client = DrugFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install drugfyi |
PyPI |
| npm | npm install drugfyi |
npm |
| Go | go get github.com/fyipedia/drugfyi-go |
pkg.go.dev |
| Rust | cargo add drugfyi |
crates.io |
| Ruby | gem install drugfyi |
rubygems |
Links
- Site: drugfyi.com
- API: drugfyi.com/api/v1/
- OpenAPI: drugfyi.com/api/v1/schema/
- Guides: drugfyi.com/guide/
- Tools: drugfyi.com/tools/
- Developers: drugfyi.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