-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Recipe suggestions #82
Labels
feature
New feature or request
Comments
|
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",
],
},
}, |
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",
],
},
}, |
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",
],
},
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a suggestion for a new recipe, please add it as a comment here.
Format:
In addition, please define some "flavours" for each secondary ingredient.
The text was updated successfully, but these errors were encountered: