Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

derkandre/ruby-temperature-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Temperature Converter

A simple tool written in Ruby for conversion of temperature.

Supported Conversions

  • Celsius to Fahrenheit
  • Celsius to Kelvin
  • Fahrenheit to Celsius
  • Fahrenheit to Kelvin
  • Kelvin to Celsius
  • Kelvin to Fahrenheit

Preview

How to use?

Install the Ruby language first.

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.

Example:

cd C:\Users\User\Downloads\ruby-temperature-converter

And then execute the script

ruby main.rb

Notice

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.

Releases

No releases published

Languages