Skip to content

zanovis/recursive-recipes

 
 

Repository files navigation

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

About

Visualize the recursive nature of recipes 🍰 🍪

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 78.8%
  • HTML 21.2%