/TemperatureKit

TemperatureKit helps you calculating temperatures

Primary LanguageSwiftApache License 2.0Apache-2.0

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)