In a pinch? Feed me a list of recipes, and get a great meal to cook!
The database is a JSON-structure file in ./recipedata/
.
The object classes, function definitions, and main script are in ./kitchen_kerfuffle/
.
The html template that search results table is populated into is ./templates/
.
- download the source code.
- In python, execute
./kitchen_kerfuffle/kitchen_kerfuffle.py
. - after step 2, an interactive prompt will follow. enter whichever ingredients you'd like to use.
- following completion of step 3, jinja2 renders the search results table into an html page which will appear at:
./search_results_output.html
.