klleroy / RecipeBuddy

Search the Spoonacular API based to return Recipes and related ingredients.
https://jobu206.github.io/RecipeBuddy
MIT License
2 stars 7 forks source link

format units in list #32

Closed GregoryLanter closed 5 years ago

GregoryLanter commented 5 years ago

We need to get the correct unit for display. We should walk down the list of units from largest to smallest until one comes back over 1 then that's our unit. Also let convert from decimal to fractions as is traditional in recipes.

GregoryLanter commented 5 years ago

This should be working I start at the biggest volume and move towards the smallest until i get a whole number once I have a whole number we are done