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
- Host: GitHub
- URL: https://github.com/javiercejudo/linear-presets-temperature
- Owner: javiercejudo
- License: mit
- Created: 2015-07-16T13:48:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:42:43.000Z (over 8 years ago)
- Last Synced: 2025-03-09T14:42:48.365Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/linear-presets-temperature
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linear-presets-temperature
[](https://travis-ci.org/javiercejudo/linear-presets-temperature)
[](https://coveralls.io/r/javiercejudo/linear-presets-temperature?branch=master)
[](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.