|
|
|
|
|
by bwindsor
1702 days ago
|
|
I've been working on a stove safety/smart cooking device which is based on the temperature of your pan [0]. There are a small number of recipes which it currently works with [1]. To do this we defined a JSON format for recipes [2] but if we could use something similar to the text format used by CookLang that would be amazing, as it's much easier to write than JSON and could also be automatically rendered into a web page. Currently we are writing it twice - once in JSON for the cooking app, and once in human readable form. [0] https://mypippa.me/
[1] https://recipes.mypippa.me/
[2] https://recipes.mypippa.me/schemas/cookMLSchema3.0.json |
|