unit-synonyms-temperature
v1.0.1
Published
Temperature units synonyms
Downloads
8
Maintainers
Readme
unit-synonyms-temperature
Temperature units synonyms
Install
npm i unit-synonyms-temperature
Units
Usage
var synonyms = require('unit-synonyms-temperature').synonyms;
synonyms['°C']; // => celsius
synonyms['degrees fahrenheit']; // => fahrenheit
Related projects
- linear-presets: linear presets for common units.
- linear-converter: flexible linear converter.