🌡 Converture 🌡
Converture is a temperature converter, including functions to convert from/to Celsius, Fahrenheit and Kelvin. The returned value is rounded to two decimal places.
Install
npm install converture
Usage
// Using CommonJSconst convert = default; // OR// Using ES6 modules; convert;// => -223.15convert;// => -369.67convert;// => 293.15convert;// => 68convert;// => 279.82convert;// => 6.67 // You could also import a single function; ;// => -369.67
License
MIT © Zsolt Meszaros