lucharo / recipes

recipes
http://testkitchen.luischav.es
0 stars 0 forks source link

Instagram Recipe Explorer

I love discovering recipes on Instagram, but they quickly add up and it becomes harder to explore the previously saved recipes.

In this repo and website we achieve the following:

The main reason I did this is to get the search bar that mkdocs provides. If you want to explore the recipes I have saved, visit: https://testkitchen.luischav.es

Build & Publish site

First run poetry shell and execute the notebook that fetches, parses and saves the recipes (jupyter nbconvert --to notebook --execute ig_api.ipynb)

Build locally:

mkdocs build

Publish:

mkdocs gh-deploy

TODO