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