Giter Club home page Giter Club logo

brewer-ruby's Introduction

Brewer

A Ruby gem for adaptiman/adaptibrew

Disclaimer

This is a gem that will provide a command line interface for adaptiman/adaptibrew. It will provide pre-made procedures (see Brewer::Procedures) and an easy interface to control a brewing rig.

This will require an actual brew rig and all the equipment listed in adaptiman/adaptibrew's readme. If you are looking to build an automated brew rig, this is not the place to start. Head over to adaptiman/adaptibrew, or hit up adaptiman.

Quick Start

You should have ruby installed. Install this gem with:

gem install brewer

Start the brewer shell with

brewer

You can run the master procedure (the entire standard brewing process) with:

>> procedures.master

You will be prompted to enter a slack webhook_url, which you can get from the incoming-webhooks integration on your slack channel.

You will be asked to load a recipe, or create a new one. These recipes store information like mash time, mash temperature, etc.

Web Interface (in development)

See here

Installation

This is a gem, published on rubygems.org. Install it the recommended way with:

gem install brewer

This will be the latest stable release. Or you can put the following line in a Gemfile:

gem 'brewer'

or .gemspec file:

spec.add_runtime_dependency 'brewer'

You may also download a .gem file from the releases section on github and install it that way, or further still build a new .gem file from the brewer.gemspec if you want the latest possible release. This is not recommended, as I do not regularly make releases on Github, just rubygems

After installation, run

brewer

to open an interactive shell to control your brew rig in realtime. Just like any other gem, you can require 'brewer' from another ruby project.

Note

Warning: RDoc may have a seizure when encountering Gemfiles, Rakefiles, etc. Basically files that don't end in .rb but have ruby syntax. Docs will be a bit weird on those files. I suggest just reading the comments in source. Documentation is in doc/ or on rubygems.org


brewer-ruby's People

Contributors

llamicron avatar adaptiman avatar

Watchers

James Cloos avatar  avatar

brewer-ruby's Issues

Spec should be separated if it uses hardware

Some specs use hardware, and cannot be tested unless run on an RPi with the correct hardware configured. They should be separated from the rest of the spec so that it can be at least partially tested when an RPi is not accessible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.