DEV Community

Felix Johnsson
Felix Johnsson

Posted on

Ingredient Quantity Normalizer — parse messy ingredient lines into JSON

shipped another tiny recipe tool.

Ingredient Quantity Normalizer
Paste a messy ingredient line → get structured JSON (quantity, unit, ingredient, note).

Demo: https://recipe-title-normalizer.vercel.app/ingredient-normalizer

Code: https://github.com/FelixJohnsson/recipe-title-normalizer

Top comments (0)