blob: 55444d23ca674bfe873b410dd0c12754375b1c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name":"ceres",
"friendly_name":"Ceres",
"description":"Recipe server for your favorite dishes",
"state":"experimental"
}
Ceres is a recipe server for your home network. It stores recipes with the
following fields in a database:
- recipe title
- link to original recipe (optional)
- recipe description in [Markdown][1]
- a photo
A future version of Ceres should allow to model the recipes in a formal way
instead of free text. This allows features like generated grocery lists or
automatic calculation of nutritional values.
[1]: https://commonmark.org/
|