1.0.0 • Published 9 months ago

airjs v1.0.0

Weekly downloads
9
License
-
Repository
github
Last release
9 months ago

air.js


The Barometric Function for determining air pressure & density by altitude, in Javascript.

Installation - NPM

npm install airjs

Usage

import air from 'airjs';

// E.g. Air pressure (Pascals) @ 1km AMSL
air(1000).pressure; // ⇨ 89874.57050221058

// E.g. Air density (kg/m^3) @ 2km AMSL
airjs(2000).density; // ⇨ 1.0064902544633867
1.0.0

9 months ago

0.9.3

7 years ago

0.9.1

9 years ago

0.9.0

11 years ago