Project

shioconv

0.0
No commit activity in last 3 years
No release in over 3 years
Shioconv converts between weight and volume of typical condiments.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 0.7
>= 0
>= 0
 Project Readme

Shioconv

convert between volumes and weight for typcal condiments.

Build Status Coverage Status Code Climate

Usage

  • convert amount of condiments between units
salt = Shioconv.measure(:salt, 1, :tbsp)

salt.to_cc # => 15.0
salt.to_g  # => 18.0
  • show all condiments and units
Shioconv::Condiment.list # => returns array of string
Shioconv::Unit.list      # => returns array of string