Add a new drink - Spiked Berry Delight
- 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
Assessment
This issue has not been assessed yet.