@kamonleigh/temperature-converter
v1.0.0
Published
Converts tempertures between Fahrenheit and Celsius
Maintainers
Readme
Temperature Converter Module
A simple Node.js module for converting temperatures between Fahrenheit and Celsius.
Example Usage
const { fahrenheitToCelsius, celsiusToFahrenheit} = require('@kamonleigh/temperature-converter');
const celsius = fahrenheitToCelsius(100);
const fahrenheit = celsiusToFahrenheit(37);
Runnning Tests
To run tests and ensure the module is working as expected, navigate to the module's root directory and execute:
$ npm run testLicense
This project is licensed under the MIT License.
