What can I make
what_can_i_makeFind cocktail recipes using ingredients you have on hand; include near-misses to see which missing ingredients prevent each recipe.
Instructions
Given the bottles and ingredients the user has on hand, find recipes they can make. Set allowMissing above 0 to include near-misses and see what is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ingredients | Yes | Ingredients on hand | |
| allowMissing | No | How many ingredients may be missing (default 0) |