Socket
Socket
Sign inDemoInstall

temperature-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temperature-js

Convert temperature to Celcius, Reaumur, Fahrenheit, and Rankine


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Temperature.js

Build Status Coverage Status HitCount Known Vulnerabilities

Install

npm install temperature-js

Usage

import Temperature from "temperature-js"

Celcius to Kelvin

Temperature.celciusToKelvin(10);

Celcius to Farenheit

Temperature.celciusToFahrenheit(10)

Celcius to Reaumur

Temperature.celciusToReaumur(10);

Celcius to Rankine

Temperature.celciusToRankine(10)

Kelvin to Celcius

Temperature.kelvinToCelcius(10);

Kelvin to Farenheit

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 Farenheit

Temperature.rankineToFahrenheit(10)

Rankine to Reaumur

Temperature.rankineToReaumur(10);

Rankine to Kelvin

Temperature.rankineToKelvin(10)

Reaumur to Celcius

Temperature.reaumurToCelcius(10);

Reaumur to Farenheit

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

Package last updated on 15 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc