0.3.14 • Published 1 year ago

@brewlab/calc v0.3.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

brewlab-calc

npm version

Library that contains methods for use for calculations used in brewing. You can use it for calculating ABV, Gravity etc.

Installation

Brewlab calc can be found on NPM

npm install --save @brewlab/calc

Using libraries

You can import any of the methods of this library.

import {finalGravity} from '@brewlab/calc';

const fg = finalGravity(1.050, 75);

Individual functions

If you are trying to reduce bundle size you can import individual functions from their respective files.

import finalGravity from '@brewlab/calc/finalGravity'

const fg = finalGravity(1.050, 75);

Contributing

please refer to CONTRIBUTING file for information on making contributions to this library.

0.3.14

1 year ago

0.3.9

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.0.0

4 years ago

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago