Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Papaya with Cassis recipe 🍹 #1421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/papaya-with-cassis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/recipes/papaya-with-cassis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Papaya with Cassis",
"description": "Papaya with Cassis (blackcurrant) is a very simple yet elegant drink / dessert, made with papaya cream and Cassis liqueur. It is an amazing drink to serve at a party or a get-together.",
"github": "caioabrahao",
"ingredients": [
{
"quantity": "1",
"measure": "",
"ingredient": "Ripe Papaya"
},
{
"quantity": "3",
"measure": "balls",
"ingredient": "Vanilla Ice Cream"
},
{
"quantity": "3",
"measure": "tablespoons",
"ingredient": "Crème de Cassis (blackcurrant liqueur)"
}
],
"directions": [
"Cut the papaya in half and remove the seeds and skin.",
"Put the papaya and ice cream in a blender and blend until smooth.",
"Pour the mixture into a glass and add the Crème de Cassis on top.",
"Enjoy!"
],
"image": "<papaya-with-cassis.jpg>",
"source": "https://www.tudogostoso.com.br/receita/11795-creme-de-papaya-com-cassis.html",
"keywords": [
"Crème de Cassis",
"Papaya",
"Vanilla Ice Cream",
"Papaya with Cassis",
"blackcurrant",
"liqueur"
]
}