tempcalculator

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


Keywords
Temperature, Celsius, Fahrenheit, Kelvin, Calculator, Temp, Fisics, Object, api, celsius-to-fahrenheit, convert, converter, fahrenheit-to-celsius, node, nodejs
License
ISC
Install
npm install tempcalculator@1.0.0

Documentation

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