A simple tool written in Ruby for conversion of temperature.
- Celsius to Fahrenheit
- Celsius to Kelvin
- Fahrenheit to Celsius
- Fahrenheit to Kelvin
- Kelvin to Celsius
- Kelvin to Fahrenheit
Download here => https://www.ruby-lang.org/en/downloads/
Easy Installer => https://rubyinstaller.org/downloads/
Download or clone this git repository next and open your terminal or the
powershell and change directory to where the repository folder is located.
cd C:\Users\User\Downloads\ruby-temperature-converter
And then execute the script
ruby main.rb
This is a practice repo and I am new to Ruby and if you have any suggestions in improving the code, I would be grateful.