1.1.0 • Published 6 years ago

thermo.js v1.1.0

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

thermo.js Travis CI build information

🌡 Convert from/to Celsius, Fahrenheit and Kelvin degrees directly from your terminal

Preview

Installation

You can easily install it from npm

npm install -g thermo.js

Usage

Simply call thermo along with the value and the scale.

thermo <value> <scale>

Convert 10°C to Fahrenheit and Kelvin

thermo 10 -celsius
=> 10°C = 50.00°F = 283.15K

You can use aliases for scales.

thermo 85 -f
=> 85°F = 29.44°C = 302.59K

Running tests

thermo.js uses Mocha as unit testing framework. Just run

npm test

to begin the tests.

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago