Closed danistark1 closed 3 years ago
Directions will be # separated, and will need to be split into an array. Each array value will be a step.
Ex.
Should be parsed into ["Add 1 cup of water", "Add 1 tsp of salt", "Add 4 cups of flour"]
closed in https://github.com/danistark1/recipesAPI/commit/7dd6e64567d920a78c360c1962840b4e127f750f
Directions will be # separated, and will need to be split into an array. Each array value will be a step.
Ex.
Add 1 cup of water#Add 1 tsp of salt#Add 4 cups of flour
Should be parsed into ["Add 1 cup of water", "Add 1 tsp of salt", "Add 4 cups of flour"]