diff --git a/src/assets/recipes/jasmine-milk-tea.jpg b/src/assets/recipes/jasmine-milk-tea.jpg new file mode 100644 index 000000000..deeb00b99 Binary files /dev/null and b/src/assets/recipes/jasmine-milk-tea.jpg differ diff --git a/src/recipes/jasmine-milk-tea.json b/src/recipes/jasmine-milk-tea.json new file mode 100644 index 000000000..f1b2374b3 --- /dev/null +++ b/src/recipes/jasmine-milk-tea.json @@ -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" + ] +} \ No newline at end of file