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

feat: add Joséphine (mocktail) to sample.json #13

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Changes from 1 commit
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
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": "Passion Fruit", "measure": "1", "unit": "whole" },
jnsgruk marked this conversation as resolved.
Show resolved Hide resolved
{ "name": "Agave Syrup", "measure": "15", "unit": "ml" },
{ "name": "Lime Juice", "measure": "40", "unit": "ml" },
{ "name": "Ginger Beer", "measure": "To Top", "unit": "" }
jnsgruk marked this conversation as resolved.
Show resolved Hide resolved
],
"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."
}
]
Loading