tempcalculator
Version:
API developed to make life easier for the programmer at the time of temperature converter.
14 lines (11 loc) • 766 B
Markdown
<h1>Temperature Calculator</h1>
<h2>How to install?</h2>
<p><strong>const temperature = require('tempcalculator');</strong></p>
<h3>How to use?</h3>
<p>Use the functions, <strong>C(temperature)</strong> to convert Celsius to Fahrenheit and Kelvin,
<strong>F(temperature)</strong> to convert Fahrenheit to Celsius and Kelvin,
<strong>K(temperature)</strong> to convert Kelvin to Celsius and Fahrenheit</p>
Exemple:


