recipease
We, at synapticloop, like food, and we like recipes, and we are happy to share them with everybody. This is a simple recipe book creator (in PDF format) for both desktop and mobile platforms. This makes it easy to carry around and view at the times when you need it most.
Just want to see the output?
There are two file formats, the recipease.json
file and the individual recipe.json
files.
recipease.json
This file can actually be named anything that you want
This file is the main file which then references the individual recipes, collating them into a nice PDF document.
This file has the following layout:
- title The title for the recipe book
- image A nice image for the book (optional)
- sections The sections of the recipe book, each section has the following layout:
- title The title for the section, e.g. dinner, lunch, sides, cakes etc.
- image An (optional image) for the section
- recipes The recipes that belong in the section. All of the recipes are imported from separate files.
Note: All of the images that we have used are free stock photos from https://unsplash.com and http://www.gratisography.com/ which we thoroughly recommend.
recipe.json
These individual files can actually be named anything that you want
Each file is an individual recipe with the following sections:
- title The name of the recipe
- information Information about the recipe in
key
:value
format - ingredients The ingredients for the recipe
- directions The directions to make the recipe
- notes Any (possibly) interesting notes about the recipe