Convert Kelvin to Celsius
$ npm install --save kelvin-to-celsius
const kelvinToCelsius = require('kelvin-to-celsius');
kelvinToCelsius(45);
//=> -228.15
Required
Type: number
Number to convert.
[Kelvin-to-fahrenheit] (https://github.com/alonalon/kelvin-to-fahrenheit/blob/master/readme.md) - Module to convert Kelvin to fahrenheit.
[Kelvin] (https://en.wikipedia.org/wiki/Kelvin) - About Kelvin units.
MIT © alonalon