1.5.0 • Published 3 years ago

convtemp v1.5.0

Weekly downloads
15
License
CC-BY-4.0
Repository
github
Last release
3 years ago

ConvTemp

Use it for converting temps, it does it.

No dependencies at all. Just use the convert function like so:

const convTemp = require("convtemp");
console.log(parseFloat(convTemp(300, "Kelvin", "Fahrenheit").toFixed(1))); // 80.3