Nice. What nostr event type are recipes using?
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 }
reply
Did you need to create a NIP for type 8000 or it's not reserved?
reply
I didn't create a NIP, just those two clients which are inter-operable.
reply