Skip to content

Elm library for converting between celsius, fahrenheit and kelvin temperature scales

License

Notifications You must be signed in to change notification settings

hendore/elm-temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-temperature

Library for converting between celsius, fahrenheit and kelvin temperature scales.

Docs

Installing

elm-package install hendore/elm-temperature

Basic Usage

module Main exposing (..)

import Temperature.Convert
import Html


main =
    Temperature.Convert.celsiusToFahrenheit 20
        |> toString
        |> Html.text

Maintainers

This package is maintained by

License

The source code for this package is released under the terms of the BSD3 license. See the LICENSE file.

About

Elm library for converting between celsius, fahrenheit and kelvin temperature scales

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages