herkyl / ingreedy-js

natural language parsing of recipe ingredients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

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

Pieces of Flair

  • Build Status

About

natural language parsing of recipe ingredients


Languages

Language:JavaScript 100.0%