Helpful calculations used in brewing beer
npm install --save brewfuncs
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.
I am using mocha and chai for testing.
npm test
Contributions are welcome. If you are adding a new feature please be sure to add a new test case