-
Notifications
You must be signed in to change notification settings - Fork 560
/
Copy pathapertass.json
38 lines (38 loc) · 952 Bytes
/
apertass.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Apertass",
"description": "Perfect drink for an appetizer.",
"github": "Pensionato",
"ingredients": [
{
"quantity": "70",
"measure": "ml",
"ingredient": "Cedrata Tassoni Soda"
},
{
"quantity": "30",
"measure": "ml",
"ingredient": "Aperol"
},
{
"quantity": "1",
"measure": "slice",
"ingredient": "Orange"
}
],
"directions": [
"Cool a tumbler with ice.",
"Drain the water formed with a strainer.",
"Pour a small bottle of Tassoni Soda cedar and add a tip of Aperol, completing with the Soda.",
"Stir gently. Garnish with a slice of orange."
],
"image": "apertass.jpg",
"keywords": [
"alcoholic",
"fruit",
"vegan",
"orange",
"soda",
"aperol",
"carbonated"
]
}