Skip to content

Instantly share code, notes, and snippets.

@manuelGitHub1
Created March 17, 2022 13:23
Show Gist options
  • Save manuelGitHub1/5977f85a5b1f1645103745242ad8a23c to your computer and use it in GitHub Desktop.
Save manuelGitHub1/5977f85a5b1f1645103745242ad8a23c to your computer and use it in GitHub Desktop.
Input for a website. Recipes in json format (only ingredients)
[{"id":0,"name":"Gulasch","ingredients":[{"name":"Karoffeln","amount":200,"unit":"gram"},{"name":"Zwiebeln","amount":1,"unit":"pieces"},{"name":"Pilze","amount":100,"unit":"gram"},{"name":"Rindfleisch","amount":400,"unit":"gram"}]},{"id":1,"name":"Linsengemüse","ingredients":[{"name":"Linsen","amount":500,"unit":"gram"},{"name":"Zwiebeln","amount":1,"unit":"pieces"},{"name":"Lauch","amount":100,"unit":"gram"}]},{"id":2,"name":"Gemüseauflauf","ingredients":[{"name":"Karoffeln","amount":200,"unit":"gram"},{"name":"Lauch","amount":100,"unit":"gram"}]},{"id":3,"name":"Curry","ingredients":[{"name":"Karoffeln","amount":100,"unit":"gram"},{"name":"Lauch","amount":100,"unit":"gram"},{"name":"Kokosmilch","amount":1,"unit":"pieces"},{"name":"Hähnchen","amount":250,"unit":"gram"},{"name":"Paprika","amount":2,"unit":"pieces"}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment