Kelvin Converter Tool



GitHub Repository: HERE
Made with: Visual Studio, NodeJS 
Programming Language: JavaScript 




Kelvin is the international base system unit of thermodynamic temperature (equivalent in size to the degree Celsius), first introduced as the unit used in the Kelvin scale. Because it is an absolute scale, temperatures recorded in Kelvin do not have degrees. Each unit (a degree, in other scales) is 1 part in 273.16 (rounded to 273) parts of the difference between absolute zero and the triple point of water. Kelvin temperatures are written with a capital letter "K" and without the degree symbol, such as 1 K, 1120 K. In many Chemistry 101 courses and teachings students are tasked with converting Kelvin to other temperatures to maintain the same SI  units for mathematical operations. Here this program will output daily forecasts in Celsius, Fahrenheit, and Newton based on the hard-coded Kelvin input for conversion. This program shows how to perform mathematical operations on variables and also output content for the user to see.

(Notes: https://www.thoughtco.com/definition-of-kelvin-temperature-scale-604544)