All Projects → schollz → Recursive Recipes

schollz / Recursive Recipes

Licence: mit
Visualize the recursive nature of recipes 🍰 🍪

Programming Languages

go
31211 projects - #10 most used programming language

recursive-reicipes

This is an attempt to visualize the recursive nature of recipes. You can view the time it takes and the cost needed to make different recipes, even when you subtitute the ingredients by recipes themselves.

Try it out at https://recursiverecipes.schollz.com, or run it yourself.

Run yourself

Requirements:

$ sudo apt install graphviz 
$ npm i yarn

Build:

$ go get -u github.com/schollz/recursive-recipe
$ cd $GOPATH/src/github.com/schollz/recursive-recipes/scratch/app
$ yarn install
$ yarn build

Run:

$ cd $GOPATH/src/github.com/schollz/recursive-recipes
$ go build -v
$ ./recursive-recipes

Now open up localhost:8031.

Recipes

The recipes themselves are in the recipes.toml file. You can add/delete/edit recipes here, and then the app will automatically update.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].