https://github.com/javiercejudo/unit-synonyms-length
Length units synonyms
https://github.com/javiercejudo/unit-synonyms-length
Last synced: 2 months ago
JSON representation
Length units synonyms
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-synonyms-length
- Owner: javiercejudo
- License: mit
- Created: 2015-08-31T13:57:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:43:31.000Z (over 8 years ago)
- Last Synced: 2025-03-10T07:06:42.022Z (3 months ago)
- Language: JavaScript
- Homepage: http://npmjs.com/package/unit-synonyms-length
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-synonyms-length
[](https://travis-ci.org/javiercejudo/unit-synonyms-length)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-length?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-length)Length units synonyms
## Install
npm i unit-synonyms-length
## Units
- [Metre](https://en.wikipedia.org/wiki/Metre)
- [Kilometre](https://en.wikipedia.org/wiki/Kilometre)
- [Centimetre](https://en.wikipedia.org/wiki/Centimetre)
- [Millimetre](https://en.wikipedia.org/wiki/Millimetre)
- [Mile](https://en.wikipedia.org/wiki/Mile)
- [Yard](https://en.wikipedia.org/wiki/Yard)
- [Foot](https://en.wikipedia.org/wiki/Foot_(unit))
- [Inch](https://en.wikipedia.org/wiki/Inch)
- [Nautical mile](https://en.wikipedia.org/wiki/Nautical_mile)## Usage
```js
var synonyms = require('unit-synonyms-length').synonyms;synonyms['°C']; // => celsius
synonyms['degrees fahrenheit']; // => fahrenheit
```## Related projects
- [linear-presets-length](https://github.com/javiercejudo/linear-presets-length): linear presets for length units.
- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.