temp_converter
v1.0.0
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 temp_converter
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('temp_converter');
console.log (test.CeltoFahr(31)); // => 87.8
Authors
sapir shaiek and hodaya hayon.