heat-index

0.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    82
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    82
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i heat-index

Weekly Downloads

82

Version

0.0.3

License

MIT

Last publish

Collaborators

  • iwanaga