A collection of recipes in YAML format, designed for use with ByGrams — an Android recipe viewer available on Google Play.
To use these recipes in the app, point ByGrams at walnutgeek/recipes (or fork this repo and point it at your own).
Each recipe is a .yaml or .yml file following the ByGrams recipe schema. Ingredients use grams as the primary unit where possible, making recipes easy to scale.
Create a YAML file in the repo root (or in a subdirectory for automatic tagging):
name: Hummus
src:
- url: https://example.com/hummus
tags:
- Appetizer
actions:
- name: Blend
ingredients:
- 400g chickpeas, drained
- 45g tahini
- 28g olive oil
- 15g lemon juice
- 3 cloves garlic, crushed
- salt to tasteAdd a conversions.yaml to the repo root to define unit-to-gram mappings. See the schema docs for the format.