forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
americano.json
35 lines (35 loc) · 1.01 KB
/
americano.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
{
"name": "Americano",
"description": "The Americano is an IBA official cocktail composed of Campari, sweet vermouth, and for the sparkling version, club soda. The cocktail was first served in creator Gaspare Campari's bar, Caffè Campari, in the 1860s.",
"github": "primes2h",
"ingredients": [
{
"quantity": "1",
"measure": "",
"ingredient": "Soda Water"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Campari"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Red Vermouth"
}
],
"directions": [
"Pour the Campari and vermouth over ice into glass.",
"Add a splash of soda water.",
"Garnish with a half orange slice.",
"Served on the rocks, poured over ice."
],
"image": "americano.jpg",
"keywords": [
"campari",
"red vermouth",
"alcoholic",
"orange slice"
]
}