https://github.com/javiercejudo/unit-synonyms-temperature-difference
Temperature difference units synonyms
https://github.com/javiercejudo/unit-synonyms-temperature-difference
Last synced: 2 months ago
JSON representation
Temperature difference units synonyms
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-synonyms-temperature-difference
- Owner: javiercejudo
- License: mit
- Created: 2015-09-26T14:10:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:43:49.000Z (over 8 years ago)
- Last Synced: 2024-04-29T04:21:41.920Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unit-synonyms-temperature-difference
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-synonyms-temperature-difference
[](https://travis-ci.org/javiercejudo/unit-synonyms-temperature-difference)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-temperature-difference?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-temperature-difference)Temperature difference units synonyms
## Install
npm i unit-synonyms-temperature-difference
## Units
- [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)## Usage
```js
var synonyms = require('unit-synonyms-temperature-difference').synonyms;synonyms['°C']; // => celsius
synonyms['degrees fahrenheit']; // => fahrenheit
```## Related projects
- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.