Skip to content

Commit d471e22

Browse files
authored
Stone Soure drink (#1374)
* Stone Soure drink * Update stone-sour.json fixed extra <> written * Update stone-sour.json description changes
1 parent 1c669e5 commit d471e22

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

src/assets/recipes/stone-sour.jpg

67.4 KB
Loading

src/recipes/stone-sour.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "Stone Sour",
3+
"description": "Stone Sour is a whiskey-based cocktail mixed with orange juice and sweetener, garnished with a cherry ",
4+
"github": "saadkchaou",
5+
"ingredients": [
6+
{
7+
"quantity": "1/2",
8+
"measure": "ounce",
9+
"ingredient": "bourbon"
10+
},
11+
{
12+
"quantity": "1",
13+
"measure": "ounce",
14+
"ingredient": "orange juice"
15+
},
16+
{
17+
"quantity": "3/4",
18+
"measure": "ounce",
19+
"ingredient": "Lemon juice"
20+
},
21+
{
22+
"quantity": "1",
23+
"measure": "",
24+
"ingredient": "garnish: cherry"
25+
},
26+
{
27+
"quantity": "1",
28+
"measure": "",
29+
"ingredient": "garnish: orange half-wheel"
30+
}
31+
],
32+
"directions": [
33+
"Add the bourbon, orange juice, lemon juice and simple syrup into a shaker with ice ",
34+
"Shake until well-chilled",
35+
"Strain into a rocks glass filled with fresh ice",
36+
"Garnish with a sherry and an orange half-wheel"
37+
],
38+
"image": "stone-sour.jpg",
39+
"source": "https://www.liquor.com/thmb/RTOFRHrVn2iH6LkdxweiioU9qV8=/750x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/stone-sour-720x720-primary-c24f612e73d14458a1b447c6f5300d4c.jpg",
40+
"keywords": [
41+
"sour",
42+
"fresh",
43+
"cold",
44+
"simple",
45+
"wisky"
46+
]
47+
}

0 commit comments

Comments
 (0)