homebrew-aau
v0.1.0
Published
Calculate alpha acid units
Downloads
6
Readme
homebrew-aau
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