1.0.0 • Published 3 years ago

greatefue-temperature v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

FunctionsReturn Data typeDescriptionExample
FahrenheitToCelsiusintConverts Fahrenheit To CelsiusFahrenheitToCelsius(900);
FahrenheitToKelvinintConverts Fahrenheit To KelvinFahrenheitToKelvin(900);
FahrenheitToRankineintConverts Fahrenheit To RankineFahrenheitToRankine(900);
CelsiusToFahrenheitintConverts Celsius To FahrenheitCelsiusToFahrenheit(900);
CelsiusToKelvinintConverts Celsius To KelvinCelsiusToKelvin(900);
CelsiusToRankineintConverts Celsius To RankineCelsiusToRankine(900);
KelvinToCelsiusintConverts Kelvin To CelsiusKelvinToCelsius(900)
KelvinToFahrenheitintConverts Kelvin To FahrenheitKelvinToRankine(900);
KelvinToRankineintConverts Kelvin To RankineKelvinToFahrenheit(900);
RankineToKelvinintConverts Rankine To KelvinRankineToKelvin(900)
RankineToCelsiusintConverts Rankine To CelsiusRankineToCelsius(900)
RankineToFahrenheitintConverts Rankine To FahrenheitRankineToFahrenheit(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.

Reviewers

The people who review and implement new features.

Committers

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