Library for converting between celsius, fahrenheit and kelvin temperature scales.
elm-package install hendore/elm-temperature
module Main exposing (..)
import Temperature.Convert
import Html
main =
Temperature.Convert.celsiusToFahrenheit 20
|> toString
|> Html.text
This package is maintained by
The source code for this package is released under the terms of the BSD3
license. See the LICENSE
file.