ciderlib
v3.0.0
Published
Utility functions for hard cider calculations
Downloads
7
Readme
CiderLib v3.0.0
JavaScript utilities and functions for cidermaking calculations. This library underpins the functionality exposed to end users via CiderRef.
Installation
npm install ciderlib --save
API
ciderlib
Provides access to the entire CiderLib API via the named exports below.
Instruments
Hydrometer
- correction of hydrometer readings for temperature.
Properties
Brix
- representation of Brix with functions for comparison to other measurements and conversion to other properties and units.Mass
- representation of mass with units of measurement, functions for comparison to other masses and conversion to other units of measurement.PercentABV
- representation of %ABV with units of measurement and functions for comparison to other ABVs.SpecificGravity
- representation of specific gravity with units of measurement, functions for comparison to other measurements and conversion to other properties and units.Temperature
- representation of temperature with units of measurement, functions for comparison to other temperatures and conversion to other units of measurement.Volume
- representation of volume with units of measurement, functions for comparison to other volumes and conversion to other units of measurement.VolumicMass
- representation of volumic mass with units of measurement, functions for comparison to other measurements and conversion to other units of measurement.