[feat] Recipe suggestions
Opened this issue · 4 comments
whitep4nth3r commented
If you have a suggestion for a new recipe, please add it as a comment here.
Format:
"Recipe title (include the primary ingredient)": {
title: "Recipe title (include the primary ingredient)",
description: "e.g. Combine [primary ingredient] with [some hints about the secondary ingredient].",
names: [
"these",
"words",
"can",
"come",
"at",
"the",
"end",
"of",
"the",
"cooked",
"recipe",
],
ingredients: {
primary: [define primary ingredient],
secondary: [
[define one or more secondary ingredients]
],
},
},
In addition, please define some "flavours" for each secondary ingredient.
matthewbrandt commented
"Mashed Avocado aka Guacamole": {
title: "Mashed Avocado aka Guacamole",
description: "Try adding various herbs, spices, citrus or maybe even something from the sea.",
names: [
"tangy",
"zesty",
"classic",
"rich",
"creamy",
"lumpy",
"smooth",
"tart",
"spicy",
"fresh"
],
ingredients: {
primary: "avocado",
secondary: [
"black olive",
"crab claw",
"fresh coriander",
"fresh ginger",
"fresh green chilli",
"fresh parsley",
"fresh red chilli",
"garlic bulb",
"lemon",
"lime",
"lobster claw",
"spring onions",
"tomato",
"watercress"
],
},
},
ricardodevries commented
Please adjust where needed as this is a suggestion recipe.
"Seaside Salted Clam Chowder": {
title: "Seaside Salted Clam Chowder",
description: "Combine clam shells with sea salt and fresh vegetables for a hearty seaside-inspired chowder.",
names: [
"seaside",
"salted",
"clam",
"chowder",
"creamy",
"savory",
"rich",
"comfort",
"food",
],
ingredients: {
primary: ["clam shell"],
secondary: [
"sea salt",
"potato",
"carrot",
"white onion",
"celery stick",
"fresh thyme",
],
},
},
ricardodevries commented
Please adjust where needed as this is a suggestion recipe.
"Seaside Grilled Fish with Herb Infusion": {
title: "Seaside Grilled Fish with Herb Infusion",
description: "Grill the fresh catch over driftwood, seasoned with sea salt and infused with fresh herbs for a taste of the ocean.",
names: [
"seaside",
"grilled",
"fish",
"herb",
"infusion",
"smoky",
"savory",
"ocean",
"flavors",
],
ingredients: {
primary: ["driftwood"],
secondary: [
"sea salt",
"fresh rosemary",
"fresh thyme",
"lemon",
"black pepper",
],
},
},
ricardodevries commented
Please adjust where needed as this is a suggestion recipe.
"Herb Roasted Root Vegetables": {
title: "Herb Roasted Root Vegetables",
description: "Roast earthy root vegetables with a blend of fresh herbs and garlic for a hearty and aromatic dish.",
names: [
"herb",
"roasted",
"root",
"vegetables",
"earthy",
"aromatic",
"savory",
"crispy",
"hearty",
],
ingredients: {
primary: ["carrot"],
secondary: [
"parsnip",
"fresh rosemary",
"fresh thyme",
"garlic bulb",
"black pepper",
],
},
},