brewfuncs
v1.0.2
Published
Helpful calculations used in brewing beer
Downloads
49
Readme
brewfuncs
Helpful calculations used in brewing beer
Installation
npm install --save brewfuncs
Usage
You can calculate estimated alcohol by volume using original and final gravity.
The /src directory contains the ES6 source code. /dist contains the down-compiled ES5 variant when a build is run.
Tests
I am using mocha and chai for testing.
npm test
Contributing
Contributions are welcome. If you are adding a new feature please be sure to add a new test case