An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# linear-presets-volume

[![Build Status](https://travis-ci.org/javiercejudo/linear-presets-volume.svg)](https://travis-ci.org/javiercejudo/linear-presets-volume)
[![Coverage Status](https://coveralls.io/repos/javiercejudo/linear-presets-volume/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/linear-presets-volume?branch=master)
[![Code Climate](https://codeclimate.com/github/javiercejudo/linear-presets-volume/badges/gpa.svg)](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.