greatefue-temperature

1.0.0 • Public • Published

Great Efue Temperature

A package that handles temperature conversion.

NPM Version NPM Downloads CI

Table of Contents

  1. Installation
  2. Usage
  3. Complete Usage Table
  4. Releases
  5. Author
  6. License
  7. Team

Installation

$ yarn add greatefue-temperature
$ npm i greatefue-temperature

Usage

In your .ts or .js file,

  1. import the package
import { FahrenheitToCelsius} from 'greatefue-temperature';
  1. Call the function
console.log(FahrenheitToCelsius(900));

Complete Usage Table

Functions Return Data type Description Example
FahrenheitToCelsius int Converts Fahrenheit To Celsius FahrenheitToCelsius(900);
FahrenheitToKelvin int Converts Fahrenheit To Kelvin FahrenheitToKelvin(900);
FahrenheitToRankine int Converts Fahrenheit To Rankine FahrenheitToRankine(900);
CelsiusToFahrenheit int Converts Celsius To Fahrenheit CelsiusToFahrenheit(900);
CelsiusToKelvin int Converts Celsius To Kelvin CelsiusToKelvin(900);
CelsiusToRankine int Converts Celsius To Rankine CelsiusToRankine(900);
KelvinToCelsius int Converts Kelvin To Celsius KelvinToCelsius(900)
KelvinToFahrenheit int Converts Kelvin To Fahrenheit KelvinToRankine(900);
KelvinToRankine int Converts Kelvin To Rankine KelvinToFahrenheit(900);
RankineToKelvin int Converts Rankine To Kelvin RankineToKelvin(900)
RankineToCelsius int Converts Rankine To Celsius RankineToCelsius(900)
RankineToFahrenheit int Converts Rankine To Fahrenheit RankineToFahrenheit(900)

Author

Great Efue

Please consider supporting me on Patreon. Become a Patron of Great Efue!

License

FOSSA Status

Team

These are folks that keep the project moving and are resources for help.

Technical Steering Committee (TSC)

The people who manage releases, review feature requests, and meet regularly to ensure greatefue-temperature is properly maintained.


Great Efue

Reviewers

The people who review and implement new features.


Great Efue

Committers

The people who review and fix bugs and help triage issues.


Great Efue

Package Sidebar

Install

npm i greatefue-temperature

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

16.6 kB

Total Files

8

Last publish

Collaborators

  • greatefue