homebrew-aau

0.1.0 • Public • Published

homebrew-aau Build Status Coverage Status

an AAU is a unit obtained by multiplying the alpha-acid rating of the hop (a percentage value) by the weight (ounces) that you intend to use

Install

$ npm install --save homebrew-aau

Usage

const aau = require('homebrew-aau')
 
// 1.25 oz. of 4% Liberty
aau(1.25, 4)
//=> 5

API

aau(weight, acidity)

weight

Type: integer, float

the weight (ounces) that you intend to use

acidity

Type: integer, float

alpha-acid rating of the hop (a percentage value)

License

MIT © Gilles De Mey

Readme

Keywords

none

Package Sidebar

Install

npm i homebrew-aau

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • angryunicorn