Skip to content

Commit

Permalink
added variations of a margarita
Browse files Browse the repository at this point in the history
  • Loading branch information
chasturansky committed Aug 27, 2020
1 parent 00a1719 commit b59e19e
Showing 1 changed file with 61 additions and 5 deletions.
66 changes: 61 additions & 5 deletions json/rumnco.json
Original file line number Diff line number Diff line change
Expand Up @@ -2452,12 +2452,12 @@
]
},
{
"id": "margarita",
"name": "Margarita",
"url": "margarita.html",
"id": "modern-margarita",
"name": "Modern Margarita",
"url": "modern-margarita.html",
"image": "https://ucarecdn.com/2a94131e-0bcf-40bc-ab26-634f031c858c/",
"time": "5 minutes",
"difficulty": "Intermediate",
"time": "2 minutes",
"difficulty": "Easy",
"ingredientName": [
"Tequila",
"Triple Sec",
Expand All @@ -2479,6 +2479,62 @@
"Sharp"
]
},
{
"id": "margarita",
"name": "Margarita",
"url": "margarita.html",
"image": "https://ucarecdn.com/2a94131e-0bcf-40bc-ab26-634f031c858c/",
"time": "2 minutes",
"difficulty": "Intermediate",
"ingredientName": [
"Tequila",
"Lime Juice",
"Triple Sec",
"Orange Juice",
"Agave"
],
"ingredientQuantity": [
"1.5 fl oz",
"1 fl oz",
".5 fl oz",
".5 fl oz",
".5 fl oz"
],
"garnish": "Lime Wedge/ Salt Rim",
"glass": "Highball Glass",
"preparation": "Rub a Lime wedge along the rim of glass to add salt. Combine Tequila, Triple Sec, lime juice, orange juice, and agave into cocktail shaker with ice. Shake until slightly frosted over and strain into highball glass. Garnish with lime wedge and serve.",
"categories": [
"Tequila",
"Sweet & Sour",
"Sharp"
]
},
{
"id": "tommys-margarita",
"name": "Tommy's Margarita",
"url": "tommys-margarita.html",
"image": "https://ucarecdn.com/2a94131e-0bcf-40bc-ab26-634f031c858c/",
"time": "2 minutes",
"difficulty": "Intermediate",
"ingredientName": [
"Tequila",
"Lime Juice",
"Agave"
],
"ingredientQuantity": [
"2 fl oz",
"1 fl oz",
".5 fl oz"
],
"garnish": "Lime Wedge/ Salt Rim",
"glass": "Rocks Glass",
"preparation": "Rub a Lime wedge along the rim of glass to add salt. Combine Tequila, lime juice, and agave into cocktail shaker with ice. Shake until slightly frosted over and strain into rocks glass. Garnish with lime wedge and serve.",
"categories": [
"Tequila",
"Sweet & Sour",
"Sharp"
]
},
{
"id": "martini",
"name": "Martini",
Expand Down

0 comments on commit b59e19e

Please sign in to comment.