hyperoslo / hyperoslo/hyper-recipes
Should instructions be an array instead?
Open
- Dominant language
- Ruby
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Or maybe have an array with ingredients?
`"ingredients": [ "4 apples", "3 diamonds", "a pinch of thyme"]`
or
`"ingredients": [{"name": "apples", "amount" : "4"},
{"name" : "diamonds", "amount" : "3"},
{"name" : "thyme", "amount" : "a pinch of"}]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.