Skip to content

Commit

Permalink
Added Californication cokctail recipe (alfg#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
manueldose committed Oct 7, 2021
1 parent 884285f commit 16d08d8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
Binary file added src/assets/recipes/californication.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions src/recipes/californication.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "Californication",
"description": "A mixture of run, vodka, tequila and gin finished with orange liqueur, lemon juice and orange juice to mask the various spirits used throughout. Strong and yet sweet. The cocktail is finished with either a slice of orange or a twisted peel of orange rind.",
"github": "manueldose",
"ingredients": [
{
"quantity": "15",
"measure": "ml",
"ingredient": "Vodka"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "Gin"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "White Rum"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "Tequila"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "Lemon juice"
},
{
"quantity": "70",
"measure": "ml",
"ingredient": "Orange juice"
},
{
"quantity": "1",
"measure": "slice",
"ingredient": "Fresh orange"
}
],
"directions": [
"Add vodka, gin, white rum and tequila into a large glass",
"Add lemon juice, a good dose of freshly squeezed orange juice and lots of ice",
"Add a lots of ice",
"Decorate with a slice of fresh orange"
],
"image": "californication.jpg",
"keywords": [
"White Rum",
"Vodka",
"Tequila",
"Gin",
"Lemon",
"Orange"
]
}

0 comments on commit 16d08d8

Please sign in to comment.