DEV Community

Felix Johnsson
Felix Johnsson

Posted on

Recipe Yield Normalizer — parse recipe yields into structured servings

Shipped a tiny tool: Recipe Yield Normalizer.

Paste a yield line like "Serves 4–6" or "Makes 24 cookies" → get structured servings you can use in code.

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

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

Top comments (0)