1.0.3 • Published 9 years ago

humidex v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Humidex

This package contains a single short function that computes the humidex index for a given air temperature & hygrometry.

What is it ?

From Wikipedia:

The humidex (short for humidity index) is an index number used by Canadian meteorologists to describe how hot the weather feels to the average person, by combining the effect of heat and humidity. The humidex is a dimensionless quantity based on the dew point, but it is equivalent to dry temperature in degrees Celsius.

Image from the University of Manitoba (Canada) :

npm.io

How to use ?

var humidex = require('humidex');

// get the humidex for 20°C with 50% hygrometry
console.log(humidex(20, 0.5)); // 20.92671275216489
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago