0.1.0 • Published 7 years ago

homebrew-aau v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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