Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/sorrel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions src/recipes/sorrel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "Sorrel - Trinidadian Style",
"description": "Traditional Caribbean drink made from hibiscus. This recipe is for the Trinidadian version.",
"github": "JaredDaniel341",
"ingredients": [
{
"quantity": "8",
"measure": "oz",
"ingredient": "Dried Sorrel"
},
{
"quantity": "2",
"measure": "3 inch",
"ingredient": "Cinnamon Sticks"
},
{
"quantity": "1",
"measure": "3 by 1 inch",
"ingredient": "Orange Peel (fresh or dried)"
},
{
"quantity": "12",
"measure": "whole",
"ingredient": "Cloves"
},
{
"quantity": "10-12",
"measure": "cups",
"ingredient": "Water"
},
{
"quantity": "1 1/2",
"measure": "cups",
"ingredient": "Sugar"
}
],
"directions": [
"Boil 10 cups of water then add the sorrel, sugar, cinnamon stick, whole cloves and orange peel.",
"Stir mixture continuously while it bols for 1 minute.",
"Cool and cover with foil or plastic wrap.",
"Set aside at room temperature to steep for 2 hours or overnight.",
"Taste test and add water if too potent or more sugar if too tart. Strain the liquid through a fine sieve into a jar and refrigerate."
],
"image": "<sorrel.jpg>",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please submit a better image and without the braces in the field's value.

"source": "https://www.food.com/recipe/sorrel-drink-trinidad-197234",
"keywords": [
"trinidad",
"caribbean",
"hibiscus"
]
}