Recipe file specification and collected recipes for AeroPress® coffee maker.
File extension: .aeropress
Mime-type: text/x-markdown
Sample recipe:
# Classic
## Simplest and popular
* Flip upside down
* 15.0g Coffee (one scoop, espresso grind)
* 10s Pour water 60.0g at 80.0°C
* 21s Stir (fast)
* 16s Steep
* Flip
* 15s Plunge
# Classic
## Simplest and popular
* Flip (upside down)
Format:
* [NAME] [optional: (DESCRIPTION)]
* 15.0g Coffee (one scoop, espresso grind)
Format:
* [GRAMS]g [NAME] [optional: (DESCRIPTION)]
21s Stir (fast)
Format:
* [SECONDS]s [NAME] [optional: (DESCRIPTION)]
10s Pour water (mineral) 60.0g at 80.0°C
Format:
* [SECONDS]s [NAME] [optional: (DESCRIPTION)] [GRAMS]g at [TEMPERATURE]°C
This file is used to enlist all available recipes in this repository.
Index file format is not part of the .aeropress
file specification.
recipes.json
{"recipes":[
{
"name":"Classic",
"description":"",
"md5":"file md5 hash",
"file":"./recipes/classic.aeropress"
}
]