pull down to refresh

0 sats \ 0 replies \ @cowboyac OP 19 May 2023 \ parent \ on: Recipistr: recipes over nostr nostr
Thanks, it's a good idea. I will look into it.
Thanks. I created a new event type 8000, just to have recipe data, it looks like this
{
"title": "Coconut pralines",
"notes": "...",
"ingredients": [
{
"amount": 200,
"unit": "g",
"kind": "coconut flakes"
},
// ...
],
"steps": [
"Melt the coconut oil",
// ...
],
"duration_mins": 45
}
GENESIS