https://github.com/javiercejudo/linear-presets-volume
:wine_glass: Linear presets for volume units
https://github.com/javiercejudo/linear-presets-volume
Last synced: 2 months ago
JSON representation
:wine_glass: Linear presets for volume units
- Host: GitHub
- URL: https://github.com/javiercejudo/linear-presets-volume
- Owner: javiercejudo
- License: mit
- Created: 2015-08-03T14:51:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:43:05.000Z (over 8 years ago)
- Last Synced: 2025-04-03T07:38:08.055Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/linear-presets-volume
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linear-presets-volume
[](https://travis-ci.org/javiercejudo/linear-presets-volume)
[](https://coveralls.io/r/javiercejudo/linear-presets-volume?branch=master)
[](https://codeclimate.com/github/javiercejudo/linear-presets-volume)Linear presets for volume units
## Install
npm i linear-presets-volume
## Presets
Base: [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))## 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.