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 #1428

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

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.

1 participant