Skip to content

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

License

Notifications You must be signed in to change notification settings

iwanaga/heat-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published