Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 703 Bytes

Simply convert it!

Build Status

Fahrenelsius is a minor CLI for you to convert degrees either to Fahrenheit or Celsius. Just do it with one command!

Install

$ [sudo] npm install fahrenelsius -g

You might require sudo to install it globally.

Usage

If you want to do fahrenheit-to-celsius

$ fahrenelsius 81 -c 

If you want to do celsius-to-fahrenheit

$ fahrenelsius 35 -f 

License

MIT © Yuri Brunetto