-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new drink - Jasmine Milk Tea (#1406)
* Added new drink - Jasmine Milk Tea * added ice to ingredients
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |