Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new drink - Spiked Berry Delight #1427

Open
lennyhurni opened this issue Dec 20, 2024 · 0 comments
Open

Add a new drink - Spiked Berry Delight #1427

lennyhurni opened this issue Dec 20, 2024 · 0 comments

Comments

@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.

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

No branches or pull requests

1 participant