Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipes

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).

Format

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.

Adding a recipe

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 taste

Gram conversions

Add a conversions.yaml to the repo root to define unit-to-gram mappings. See the schema docs for the format.

About

A collection of recipes in YAML format, designed for use with ByGrams.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors