recipe.md is a webapp to convert recipes from different websites to Markdwown. Written in in python using the micro framework Flask.
It's configured to run on Openshift.
Local / hosted Installation:
- Create a virtualenv
- Install the dependencies
pip install -r requirements.txt
- Run the web app
python recipemd.py
OpenShift Installation:
- Create a python cartridge on Openshift
- Entry Point is configured in
wsgi.py
- Deploy to OpenShift
BSD License