before reinventing the wheel i'm asking the crowd if anyone knows a node.js library (MIT) for scientific unit conversion. the library should cover the following topics:
- Power
- Heat rate / Efficiency
- Energy / Work / Torque Temperature
- absolut Temperature difference
- Mass
- Length
- Area
- Volume
- Pressure
- Time
- Speed
- Mass flow
- Volume flow
- Density Specific enthalpy / Heating value, based on mass
- Heating value, based on volume
- Wobbe index
- Thermal conductivity
all unit conversion libs i found so far are focused on specific topic (eg. color).
what i think of is more like a universal lib, similar to lodash - which consists of tiny little modules that can be required separately.
all suggestion are welcome regards