Project

brewfyi

0.0
The project is in a healthy, maintained state
Ruby client for the BrewFYI REST API at brewfyi.com. Zero external dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

brewfyi

Gem Version License: MIT

Ruby client for the BrewFYI REST API. 72 coffee varieties. Zero external dependencies.

Explore at brewfyi.com — interactive tools and comprehensive reference.

Install

gem "brewfyi"

Quick Start

require "brewfyi"

client = BrewFYI::Client.new
result = client.search("query")
puts result

Also Available

Platform Install 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

Links

Beverage FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BeerFYI beerfyi.com 112 beer styles, hops, malts, yeast, BJCP
BrewFYI brewfyi.com 72 coffee varieties, roasting, 21 brew methods
CocktailFYI cocktailfyi.com 636 cocktails, ABV, calories, flavor profiles
NihonshuFYI nihonshufyi.com 80 sake, rice varieties, 50 breweries
TeaFYI teafyi.com 60 tea varieties, teaware, brewing guides
VinoFYI vinofyi.com Wines, grapes, regions, wineries, food pairings
WhiskeyFYI whiskeyfyi.com 80 whiskey expressions, distilleries, regions

License

MIT