Skip to content

mwolski89/TemperatureKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemperatureKit

Build Status

TemperatureKit helps you calculating temperatures.

Usage

Creating and using TemperatureKit

import TemperatureKit

let celsius = Temperature(.celsius, value: 32.0)

Calculating to another unit

let fahrenheit = celsius.fahrenheitValue()

let kelvin = celsius.kelvinValue()

Features

Currently supporting transformations for

  • Celsius
  • Fahrenheit
  • Kelvin

Open Tasks

Still need more measuremnts of temperature:

  • Rankine (°R or °Ra)
  • Delisle (°De)
  • Newton (°N)
  • Réaumur (°R)
  • Rømer (°Rø)
  • Wedgwood (°W)

About

TemperatureKit helps you calculating temperatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages