Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Last active August 14, 2023 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/a6c1c7523e67272e294204aff0b115cc to your computer and use it in GitHub Desktop.
Save icebeam7/a6c1c7523e67272e294204aff0b115cc to your computer and use it in GitHub Desktop.
Recipes JSON
[
{
"RecipeId": 1,
"RecipeName": "Long Island Iced Tea",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/f/f9/Long_Island_Iced_Tea_2008.jpg",
"RecipeInstructions": "Fill a cocktail shaker with ice. Pour vodka, rum, gin, tequila, triple sec, and sour mix over ice; cover and shake. Pour cocktail into a Collins or hurricane glass; top with splash of cola for color. Garnish with a lemon slice. Garnish with lemon slices and mint leaves!"
},
{
"RecipeId": 2,
"RecipeName": "Homemade Lemonade",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Lemonade_-_27682817724.jpg/800px-Lemonade_-_27682817724.jpg",
"RecipeInstructions": "In a small saucepan over medium heat, bring 1 cup water to a boil. Stir in granulated sugar until dissolved. Let cool. In a large pitcher, stir lemon juice, cooled simple syrup, and 8 cups cold water. Serve over ice with lemon slices. Make Ahead: Simple syrup can be made 1 week ahead. Store in an airtight container and refrigerate."
},
{
"RecipeId": 3,
"RecipeName": "Arnold Palmer",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/0/04/My_new_obsession_the_arnold_palmer%21%21%21_%285184944881%29.jpg",
"RecipeInstructions": "Make lemonade: In a small pot over medium heat, bring 1 cup water and sugar to a boil, stirring to dissolve sugar. Let boil 2 minutes. Let cool to room temperature. Combine simple syrup, remaining 2 cups water, and lemon juice. Make tea: In a medium pot over medium-high heat, bring water to a boil. Add honey and stir to dissolve. Turn off heat and add tea bags. Let steep 5 minutes. Let cool to room temperature. In a large pitcher, combine lemonade and tea. Pour into glasses over ice and garnish with mint and lemon wedges."
},
{
"RecipeId": 4,
"RecipeName": "Italian Soda",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/7/79/Strawberry_Italian_soda.jpg",
"RecipeInstructions": "Fill a large glass with ice. Add syrup, then slowly pour in club soda. Stir gently, top with cream, and serve."
},
{
"RecipeId": 5,
"RecipeName": "Shirley Temple",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/9/9b/Shirley_Temple_%26_Cosmopolitan_cocktails.jpg",
"RecipeInstructions": "Fill 4 glasses with ice. Divide soda and lime juice between glasses and top off with grenadine. Serve with a maraschino cherry."
},
{
"RecipeId": 6,
"RecipeName": "Thai Iced Tea",
"RecipePhotoUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Thai_iced_tea_in_a_typical_tall_glass.jpg/1200px-Thai_iced_tea_in_a_typical_tall_glass.jpg",
"RecipeInstructions": "Bring water to a boil. In a large pitcher, combine boiling water, Thai tea mix, and sugar. Let steep 15 minutes. Strain tea using a fine mesh strainer, pressing on the tea leaves to extract all of the liquid. Chill until cold, at least 2 hours. When ready to serve, pour tea over ice and add 2 tablespoons of sweetened condensed milk to each glass."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment