temperatureconv
v1.0.3
Published
The package converts between the following types of temperatures: Celsius, Fahrenheit and Calvin.
Downloads
9
Readme
our npm packeg
The package converts between the following types of temperatures: Celsius, Fahrenheit and Calvin.
installing
To install this package, write: npm install temperatureconv
usage
The package contains the following functions:
FahrtoCel (f) - Convert from Fahrenheit to Celsius CeltoFahr (c) - Convert from Celsius to Fahrenheit CeltoKel (c) - Convert from Celsius to kelvin KeltoCel(k) - Convert from kelvin to Celsius KeltoFahr (k) - Convert from kelvin to Fahrenheit FahrtoKel(f) - Convert from Fahrenheit to Kelvin
const temp= require('Temperatureconv');
console.log (test.CeltoFahr(31)); // => 87.8
Authors
sapir shaiek and hodaya hayon.