1.0.1 • Published 2 years ago

@ilihub/rankine-to-celsius v1.0.1

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

@ilihub/rankine-to-celsius

TypeScript functions for converting Rankine to Celsius.

NPM Version NPM CodeFactor Socket Badge

Installation

# if you're using pnpm
pnpm add @ilihub/rankine-to-celsius

# or, if you're using npm
npm install @ilihub/rankine-to-celsius

# or, if you're using yarn
yarn add @ilihub/rankine-to-celsius

Usage

import { RankineToCelsius } from "@ilihub/rankine-to-celsius";

const rankine = 671.67;

const celsius = RankineToCelsius(rankine);
console.log(celsius); // 100

🛠️ Online Tool ⚡

You can use this npm package as an online tool by clicking on the link provided 👉🏻 here 👈🏻


Sponsors & Backers

Support the development of new open-source projects from ilihub through crowdfunding.

The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.

Sponsors