1.1.0 • Published 6 years ago

kelvin-to-fahrenheit v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

Related

Kelvin-to-celsius - Module to convert Kelvin to Celsius.

Kelvin - About Kelvin units.

License

MIT © alonalon