Skip to content

Commit

Permalink
Added new drink - Jasmine Milk Tea (#1406)
Browse files Browse the repository at this point in the history
* Added new drink - Jasmine Milk Tea

* added ice to ingredients
  • Loading branch information
kc6827 authored Dec 27, 2024
1 parent f80ec54 commit 3220315
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Binary file added src/assets/recipes/jasmine-milk-tea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions src/recipes/jasmine-milk-tea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "Jasmine Milk Tea",
"description": "",
"github": "kc6827",
"ingredients": [
{
"quantity": "2",
"measure": "tablespoons",
"ingredient": "loose leaf jasmine tea leaves"
},
{
"quantity": "4",
"measure": "tablespoons",
"ingredient": "half-and-half"
},
{
"quantity": "200",
"measure": "ml",
"ingredient": "boiling water"
},
{
"quantity": "1.5",
"measure": "tablespoons",
"ingredient": "honey"
},
{
"quantity": "200",
"measure": "ml",
"ingredient": "ice"
}
],
"directions": [
"Put the tea leaves into a tea infuser (or anything else that works)",
"Bring water to a boil",
"Steep the tea leaves for 8-10 minutes",
"Remove the tea leaves (and infuser if used)",
"Add the half-and-half",
"Add the honey",
"Pour the tea over the ice",
"Enjoy"
],
"image": "jasmine-milk-tea.jpg",
"keywords": [
"tea",
"non-alcoholic",
"milk",
"honey"
]
}

0 comments on commit 3220315

Please sign in to comment.