alfg / alfg/opendrinks

Add a new drink - Spiked Berry Delight

Open
#1,427 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
408
Forks
567
PR merge metrics
No merged PRs in 30d

Description

# 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": "",
"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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.