/ingreedy-js

natural language parsing of recipe ingredients

Primary LanguageJavaScript

Usage

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

Pieces of Flair

  • Build Status