1.1.0 • Published 5 months ago

psychrolib v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

PsychroLib

Library of psychrometric functions to calculate thermodynamic properties of air for JavaScript

This creates an npm package for the PsychroLib library. Please bring up any issues, bug reports, or feature requests eith PsychroLib directly in the PsychroLib repository.

Links

Usage

See the PsychroLib repository to learn how to use PsychroLib.

Installation

npm i psychrolib@latest

Module

import psychrolib from 'psychrolib';

CommonJS

const psychrolib = require('psychrolib');

Updating This Package

Because physics/thermodynamics rarely changes, the PsychroLib library is stable. In the event that changes are made to the PsychroLib source code, the corresponding NPM package can be updated using the following commands, which will trigger the publishing workflow:

npm version <major|minor|patch>
git push

Disclaimer

I am an independent creator, not affiliated with the original contributors to the PsychroLib repository or ASHRAE. This package is a direct copy of the JavaScript source code and published manually to NPM. All credit is deserved to the original contributors of PsychroLib.

1.1.0

5 months ago

1.0.0

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago