From f6b4e529f29ee48f5f7705b225cd3ce57686ee94 Mon Sep 17 00:00:00 2001 From: shamaamahh Date: Sun, 2 Mar 2025 12:30:38 -0500 Subject: [PATCH] Create midnight-citrus-fizz.json --- src/recipes/midnight-citrus-fizz.json | 63 +++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/recipes/midnight-citrus-fizz.json diff --git a/src/recipes/midnight-citrus-fizz.json b/src/recipes/midnight-citrus-fizz.json new file mode 100644 index 000000000..d841c1de8 --- /dev/null +++ b/src/recipes/midnight-citrus-fizz.json @@ -0,0 +1,63 @@ +{ + "name": "Midnight Citrus Fizz", + "description": "A zesty, deep-blue mocktail with a sparkling citrus kick.", + "github": "shamaamahh", + "ingredients": [ + { + "quantity": "0.5", + "measure": "cup", + "ingredient": "fresh blueberry juice (or muddled blueberries)" + }, + { + "quantity": "0.25", + "measure": "cup", + "ingredient": "fresh lime juice" + }, + { + "quantity": "0.25", + "measure": "cup", + "ingredient": "fresh orange juice" + }, + { + "quantity": "1", + "measure": "tbsp", + "ingredient": "honey or agave syrup" + }, + { + "quantity": "0.5", + "measure": "tsp", + "ingredient": "grated ginger" + }, + { + "quantity": "0.5", + "measure": "cup", + "ingredient": "sparkling water or tonic water" + }, + { + "quantity": "3-4", + "measure": "pieces", + "ingredient": "ice cubes" + }, + { + "quantity": "1-2", + "measure": "drops", + "ingredient": "butterfly pea flower extract (optional)" + } + ], + "directions": [ + "In a shaker, combine the blueberry juice, lime juice, orange juice, honey (or agave), and grated ginger. Shake well.", + "Fill a glass with ice cubes and pour the mixture over the ice.", + "Slowly top with sparkling water and gently stir.", + "If using butterfly pea flower extract, add a drop or two—watch as the color transforms!", + "Garnish with a lime wedge, a few whole blueberries, and a sprig of mint.", + "Enjoy your Midnight Citrus Fizz—refreshing, slightly tart, and beautifully vibrant!" + ], + "image": "midnight-citrus-fizz.jpg", + "keywords": [ + "mocktail", + "citrus", + "blueberry", + "refreshing", + "sparkling" + ] +}