I am developing an application which will store and manage cooking recipes. I know that there are several formats of encoded recipes such as meal-master or recipeML and I am going to develop code in order to decode these files and store them in my database. The purpose of this question is to ask if anyone knows repositories which contains such formats of recipe files where I can connect my application and automatically download these files.
Thank you in advance.