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