Skip to content

fyipedia/brewfyi-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brewfyi

Gem Version License: MIT

Coffee variety guide with roasting, brewing methods, and origins — API client for brewfyi.com.

Try the interactive tools at brewfyi.com

Install

gem install brewfyi

Quick Start

require "brewfyi"

client = BrewFYI::Client.new
result = client.search("ethiopian-yirgacheffe")
puts "#{result[:total]} results"

Also Available

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 Widget

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

Links

License

MIT

About

Ruby client for brewfyi API — coffee varieties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages