1.0.2 • Published 6 years ago

brewfuncs v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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