Socket
Socket
Sign inDemoInstall

temperature-js

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

temperature-js


Version published
Maintainers
1
Created

Readme

Source

Temperature.js

Build Status Coverage Status HitCount Known Vulnerabilities

Install

npm install temperature-js

Unit

  • Celcius
  • Kelvin
  • Fahrenheit
  • Rankine
  • Reaumur

Usage

import Temperature from "temperature-js"

Celcius to Kelvin

Temperature.celciusToKelvin(10);

Celcius to Fahrenheit

Temperature.celciusToFahrenheit(10)

Celcius to Reaumur

Temperature.celciusToReaumur(10);

Celcius to Rankine

Temperature.celciusToRankine(10)

Kelvin to Celcius

Temperature.kelvinToCelcius(10);

Kelvin to Fahrenheit

Temperature.kelvinToFahrenheit(10)

Kelvin to Reaumur

Temperature.kelvinToReaumur(10);

Kelvin to Rankine

Temperature.kelvinToRankine(10)

Fahrenheit to Celcius

Temperature.fahrenheitToCelcius(10);

Fahrenheit to Kelvin

Temperature.fahrenheitToKelvin(10)

Fahrenheit to Reaumur

Temperature.fahrenheitToReaumur(10);

Fahrenheit to Rankine

Temperature.fahrenheitToRankine(10)

Rankine to Celcius

Temperature.rankineToCelcius(10);

Rankine to Fahrenheit

Temperature.rankineToFahrenheit(10)

Rankine to Reaumur

Temperature.rankineToReaumur(10);

Rankine to Kelvin

Temperature.rankineToKelvin(10)

Reaumur to Celcius

Temperature.reaumurToCelcius(10);

Reaumur to Fahrenheit

Temperature.reaumurToFahrenheit(10)

Reaumur to Rankine

Temperature.reaumurToRankine(10);

Reaumur to Kelvin

Temperature.reaumurToKelvin(10)

License

Temperature.js is released under the MIT license.

Keywords

FAQs

Last updated on 16 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc