brewfuncs

Helpful calculations used in brewing beer

Usage no npm install needed!

<script type="module">
  import brewfuncs from 'https://cdn.skypack.dev/brewfuncs';
</script>

README

Build Status Coverage Status

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