stevana / recipes-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes graph

Build status

This repository contains a food recipe database and a program that generates static webpages from said database.

More specifically, it takes a yaml file containing recipes as input, generates an SQLite graph database, queries the database, generates HTML pages for each query and uploads the HTML to GitHub pages.

People who know SQL and have SQLite installed can also download the database and query it directly.

To do

  • Query by time the dish takes to make
  • Query by ingredient(s)
  • Optionally use javascript
  • Recipes that link to other recipes, e.g. eggs benedict -> sauce hollandaise
  • Integrate flavour bible?
  • Integrate sql.js?

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Haskell 79.4%Language:JavaScript 12.2%Language:CSS 7.4%Language:Emacs Lisp 1.0%