Skip to content

Commit

Permalink
feat: add Joséphine (mocktail) to sample.json (#13)
Browse files Browse the repository at this point in the history
* feat: add Joséphine (mocktail) to sample.json
* Update static/sample.json
* Update static/sample.json
---------

Co-authored-by: Jon Seager <[email protected]>
  • Loading branch information
sajoupa and jnsgruk authored Sep 6, 2024
1 parent dc1e50c commit 3a3ea51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions static/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,21 @@
],
"garnish": ["Lemon Sail"],
"notes": "Use Claret or Malbec"
},
{
"id": 11,
"name": "Joséphine",
"base": ["Non-Alcoholic"],
"glass": ["Highball"],
"method": ["Shake", "Double Strain"],
"ice": ["Crushed"],
"ingredients": [
{ "name": "Passionfruit", "measure": "1", "unit": "whole" },
{ "name": "Agave Syrup", "measure": "15", "unit": "ml" },
{ "name": "Lime Juice", "measure": "40", "unit": "ml" },
{ "name": "Ginger Beer", "measure": "Top", "unit": "" }
],
"garnish": [],
"notes": "In a shaker, combine the flesh of a whole passion fruit, agave syrup, and lime juice. Shake vigorously. Double strain into a serving glass over crushed ice. Top with ginger beer."
}
]

0 comments on commit 3a3ea51

Please sign in to comment.