Temperature Calculator
How to install?
const temperature = require('tempcalculator');
How to use?
Use the functions, C(temperature) to convert Celsius to Fahrenheit and Kelvin, F(temperature) to convert Fahrenheit to Celsius and Kelvin, K(temperature) to convert Kelvin to Celsius and Fahrenheit
Exemple: