/recipemd-flask

webapp to convert recipes to Markdown

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

recipe.md

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.

Installation

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

License

BSD License