Coffee variety guide with roasting, brewing methods, and origins — API client for brewfyi.com.
Try the interactive tools at brewfyi.com
gem install brewfyi
require "brewfyi"
client = BrewFYI::Client.new
result = client.search("ethiopian-yirgacheffe")
puts "#{result[:total]} results"| Platform | Package | Link |
|---|---|---|
| Python | pip install brewfyi |
PyPI |
| npm | npm install brewfyi |
npm |
| Go | go get github.com/fyipedia/brewfyi-go |
pkg.go.dev |
| Rust | cargo add brewfyi |
crates.io |
| Ruby | gem install brewfyi |
rubygems |
Embed BrewFYI widgets on any website with brewfyi-embed:
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js"></script>
<div data-brewfyi="entity" data-slug="ethiopian-yirgacheffe"></div>Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs
- BrewFYI — Main site
- API Documentation
- OpenAPI Spec
- Glossary
MIT