Converting between units manually is annoying, so let's let users select in the settings what their preferred units are (volume / weight, metric / imperial). Then we can do our best to convert the units under the hood for them, and display those converted units in recipes.
Converting between units manually is annoying, so let's let users select in the settings what their preferred units are (volume / weight, metric / imperial). Then we can do our best to convert the units under the hood for them, and display those converted units in recipes.
https://github.com/justinmklam/recipe-converter/tree/master seems to be a good basis for the implementation. https://app.tandoor.dev/open-data/ also exists, which likely has a larger dataset for conversions.