npm.io
0.0.3 • Published 11 years ago

heat-index

Licence
MIT
Version
0.0.3
Deps
0
Vulns
0
Weekly
0
Stars
6

heat-index

a utility module for the heat index calculation by temerature and relative humidity.

usage

var HI = require('heat-index');

// in Celsius
HI.heatIndex({temperature: 32, humidity: 65});

// in Fahrenheit
HI.heatIndex({temperature: 87, humidity: 65, fahrenheit: true});

// utilities
HI.toCelsius(30);
HI.toFahrenheit(86);

install

npm install heat-index

special thanks

NOAA's National Weather Service

Keywords