Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 321 Bytes

Usage

var result = Ingreedy.parse('1 lb. potatoes');
result.amount
  //=> '1'
result.unit
  //=> 'lb.'
result.ingredient
  //=> "potatoes"

Pieces of Flair

  • Build Status