cocktails / data.json
adrianpierce's picture
Update data.json
123d5b2
raw
history blame
2.41 kB
[
{
"name": "paper plane",
"ingredients" : ["bourbon", "aperol", "lemon juice", "amaro nonino"],
"source": "Welcome Home",
"recipe_type": "Boozy And Honest (Old-Fashioned)",
"recipe": "1 1/2 Ounces London Dry Gin, 3/4 Ounce Lillet Blanc, 3/4 Ounce White Creme De Cacao, 3/4 Ounce Fresh Lemon Juice",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
},
{
"name": "last word",
"ingredients" : ["gin", "green chartreuse", "lime juice", "maraschino liqueur"],
"source": "Death & Co",
"recipe_type": "Bright And Confident (Sidecar)",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
},
{
"name": "corpse reviver",
"ingredients" : ["gin", "lilet blanc", "lemon juice", "cointreau"],
"source": "Death & Co",
"recipe_type": "Elegant And Timeless (Martini)",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
},
{
"name": "sunflower",
"ingredients" : ["gin", "st-germain", "lemon juice", "cointreau"],
"source": "Welcome Home",
"recipe_type": "Fresh And Lively (Highball)",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
},
{
"name": "sazerac",
"ingredients" : ["rye", "cognac", "simple syrup", "angostura bitters", "peychauds bitters"],
"source": "Cocktail Codex",
"recipe_type": "Rich And Comforting (Flip)",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
},
{
"name": "old fashioned",
"ingredients" : ["rye", "simple syrup", "angostura bitters"],
"source": "Cocktail Codex",
"recipe_type": "Light And Playful (Daiquiri)",
"method": "Stir all the ingredients over ice, then strain into an Old-Fashioned glass over 1 large ice cube. Express the lemon twist over the drink, then place it into the drink."
}
]