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 Watermelon Vodka recipe #1104

Merged
merged 2 commits into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/watermelon-vodka.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions src/recipes/watermelon-vodka.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "Watermelon Vodka",
"description": "In its clever cubicle, guaranteed effect !",
"github": "jcolfej",
"ingredients": [
{
"quantity": "1",
"measure": "",
"ingredient": "watermelon"
},
{
"quantity": "2",
"measure": "",
"ingredient": "lemons"
},
{
"quantity": "10",
"measure": "oz",
"ingredient": "Vodka"
},
{
"quantity": "6",
"measure": "teaspoon",
"ingredient": "brown sugar"
},
{
"quantity": "",
"measure": "",
"ingredient": "mint leaves"
}
],
"directions": [
"Open the watermelon by cutting a hat on top.",
"Scoop out the flesh with a spoon and blend the pieces to make a puree.",
"Collect the juice from the watermelon by straining it through a sieve.",
"Pierce the watermelon with an apple corer and install the cubicle tap.",
"If necessary, roll up some cellophane to seal the watermelon.",
"Put the vodka, brown sugar, lemon juice and watermelon juice inside and mix.",
"Serve and add a few mint leaves and ice cubes."
],
"image": "watermelon-vodka.jpg",
"keywords": [
"watermelon",
"lemon",
"vodka"
]
}