An open API service indexing awesome lists of open source software.

https://github.com/javiercejudo/linear-presets-temperature

:sunny: Linear presets for temperature units
https://github.com/javiercejudo/linear-presets-temperature

Last synced: 2 months ago
JSON representation

:sunny: Linear presets for temperature units

Awesome Lists containing this project

README

        

# linear-presets-temperature

[![Build Status](https://travis-ci.org/javiercejudo/linear-presets-temperature.svg)](https://travis-ci.org/javiercejudo/linear-presets-temperature)
[![Coverage Status](https://coveralls.io/repos/javiercejudo/linear-presets-temperature/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/linear-presets-temperature?branch=master)
[![Code Climate](https://codeclimate.com/github/javiercejudo/linear-presets-temperature/badges/gpa.svg)](https://codeclimate.com/github/javiercejudo/linear-presets-temperature)

Linear presets for temperature units

## Install

npm i linear-presets-temperature

## Presets

Base: [Celsius](https://en.wikipedia.org/wiki/Celsius)

- [Fahrenheit](https://en.wikipedia.org/wiki/Fahrenheit)
- [Kelvin](https://en.wikipedia.org/wiki/Kelvin)
- [Rankine](https://en.wikipedia.org/wiki/Rankine_scale)
- [Delisle](https://en.wikipedia.org/wiki/Delisle_scale)
- [Newton](https://en.wikipedia.org/wiki/Newton_scale)
- [Reaumur](https://en.wikipedia.org/wiki/Réaumur_scale)
- [Romer](https://en.wikipedia.org/wiki/Rømer_scale)

## Related projects

- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-presets-temperature-difference](https://github.com/javiercejudo/linear-presets-temperature-difference): linear presets for temperature difference.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.