Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

kelvin-to-fahrenheit

alonalon81MIT1.1.0

Convert Kelvin to Fahrenheit

kelvin, fahrenheit, convert, temp, temperature

readme

kelvin-to-fahrenheit Build Status

Convert Kelvin to Fahrenheit

Install

$ npm install --save kelvin-to-fahrenheit

Usage

const kelvinToFahrenheit = require('kelvin-to-fahrenheit');

kelvinToFahrenheit(300);
//=> 80.33

API

kelvinToFahrenheit(input)

input

Required Type: number Number to convert.

[Kelvin-to-celsius] (https://github.com/alonalon/kelvin-to-celsius) - Module to convert Kelvin to Celsius.

[Kelvin] (https://en.wikipedia.org/wiki/Kelvin) - About Kelvin units.

License

MIT © alonalon