/APIcalculoTemp

API developed to make life easier for the programmer at the time of temperature converter

Primary LanguageJavaScript

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:

code

code

code