zidlier / brewcalc

JavaScript (ES6) home brewing recipe calculator library

Home Page:https://brewcomputer.github.io/brewcalc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍺 brewcalc brewcalc tests

A modern (ES6) functional JavaScript library for brewing calculations.

▶️ Try it online

🚀 Installation

There are two ways to use brewcalc - client-side in a web browser or server-side using node.js.

Browser

To use brewcalc in a browser, download compiled lib and include it to your html:

<script type="text/javascript" src="/scripts/brewcalc.min.js"></script>

Node.js

For Node.js, you can install brewcalc using npm:

npm install brewcalc

add --save option to add brewcalc to your project's package.json

Input data types

For expected input data types please refer to FlowType definitions.

About

JavaScript (ES6) home brewing recipe calculator library

https://brewcomputer.github.io/brewcalc/

License:MIT License


Languages

Language:TypeScript 65.8%Language:JavaScript 32.5%Language:HTML 1.4%Language:CSS 0.2%Language:Shell 0.0%