Skip to content

Conversation

lennyhurni
Copy link

Feature Request

Add a new drink: Spiked Berry Delight

Description

This is a refreshing berry cocktail with a splash of vodka, ideal for users seeking a light and fruity beverage option.

Proposed JSON

{
  "name": "Spiked Berry Delight",
  "description": "A refreshing berry cocktail with a splash of vodka",
  "github": "lennyhurni",
  "ingredients": [
    {
      "quantity": "1",
      "measure": "cup",
      "ingredient": "mixed berries"
    },
    {
      "quantity": "1",
      "measure": "ounce",
      "ingredient": "vodka"
    },
    {
      "quantity": "1",
      "measure": "cup",
      "ingredient": "sparkling water"
    }
  ],
  "directions": [
    "Blend the berries until smooth",
    "Stir in vodka",
    "Top with sparkling water and serve"
  ],
  "image": "spiked-berry-delight.jpg",
  "source": "<source URL, if available>",
  "keywords": [
    "cocktail",
    "berry",
    "vodka"
  ]
}

Motivation

This addition would expand the drink options, catering to those who enjoy light and fruity cocktails. It aligns with the project's goal of providing a diverse range of recipes.

"Top with sparkling water and serve"
],
"image": "spiked-berry-delight.jpg",
"source": "<source url if available, otherwise remove this line>",
Copy link
Owner

Choose a reason for hiding this comment

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

Missing source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants