danistark1 / recipesAPI

API endpoints for https://github.com/PascaleStark
0 stars 0 forks source link

Add directions parsing #13

Closed danistark1 closed 3 years ago

danistark1 commented 3 years ago

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"]

danistark1 commented 3 years ago

closed in https://github.com/danistark1/recipesAPI/commit/7dd6e64567d920a78c360c1962840b4e127f750f