https://github.com/javiercejudo/unit-synonyms-volume
Volume units synonyms
https://github.com/javiercejudo/unit-synonyms-volume
Last synced: 2 months ago
JSON representation
Volume units synonyms
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-synonyms-volume
- Owner: javiercejudo
- License: mit
- Created: 2015-09-27T13:56:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:43:53.000Z (over 8 years ago)
- Last Synced: 2025-03-11T05:07:41.438Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unit-synonyms-volume
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-synonyms-volume
[](https://travis-ci.org/javiercejudo/unit-synonyms-volume)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-volume?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-volume)Volume units synonyms
## Install
npm i unit-synonyms-volume
## Units
- [Cubic metre](https://en.wikipedia.org/wiki/Cubic_metre)
- [Millilitre](https://en.wikipedia.org/wiki/Millilitre)
- [Litre](https://en.wikipedia.org/wiki/Litre)
- [Cubic inch](https://en.wikipedia.org/wiki/Cubic_inch)
- [Cubic foot](https://en.wikipedia.org/wiki/Cubic_foot)
- [Fluid ounce (imperial and US)](https://en.wikipedia.org/wiki/Fluid_ounce)
- [Gill (imperial and US)](https://en.wikipedia.org/wiki/Gill_(unit))
- [Pint (imperial and US liquid)](https://en.wikipedia.org/wiki/Pint)
- [Gallon (imperial and US liquid)](https://en.wikipedia.org/wiki/Gallon)
- [Dram](https://en.wikipedia.org/wiki/Dram_(unit)#Unit_of_volume)
- [Cup](https://en.wikipedia.org/wiki/Cup_(unit))## Usage
```js
var synonyms = require('unit-synonyms-volume').synonyms;synonyms['L']; // => litre
synonyms['cubic meters']; // => cubicMetre
```## 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.