"guthub"
Show HN: Cinc – GitHub for recipes
71–80 of 159 posts
Re: Show HN: Cinc – GitHub for recipes
#72The idea for this has been around for a for a while. http://forkthecookbook.com/ goes back to 2012. And its an interesting idea. Recipes can't be copyrighted and and recipes are generally derivative. The data is generally well structured, and fairly standardized (ingredients, equipment, instructions, photo, with optional fields for prep & cook time, servings, notes, difficulty, etc). But there are two primary issues:…
Thanks for the great feedback. Yeah, the version history, etc will have a UI at some point. You're also right that needs to be some sort of indication for the diff between forks. We'll get there. People haven't been going crazy with forks yet (turns out if you post to hacker news, that changes :), so that will be worked on. There is an importer already! It's not perfect, but it works with most recipe sites. Thanks fo…
Re: Show HN: Cinc – GitHub for recipes
#73Re: Show HN: Cinc – GitHub for recipes
#74Re: Show HN: Cinc – GitHub for recipes
#75Looks good. I think you should also consider adding the "keto" diet on there as well. Maybe meals < 10 net grams of carbs?
Re: Show HN: Cinc – GitHub for recipes
#76A couple weeks ago I was looking for a way to find similar recipes (forked recipes, in a way) and I ended up making my homebaked solution. [1]
Re: Show HN: Cinc – GitHub for recipes
#77If anyone wants to know the stack it's Django/Postgres on the backend, and an Elm SPA frontend. All data goes through an undocumented REST API.
If you need more data, check out this:
https://github.com/dpapathanasiou/recipebook
I've also enabled it to talk to this via TOTP, if you ever decide to switch to/want to enable mongo as your recipe doc store:
https://github.com/dpapathanasiou/ARMS
Good luck with it, and keep us posted!
Re: Show HN: Cinc – GitHub for recipes
#78If anyone wants to know the stack it's Django/Postgres on the backend, and an Elm SPA frontend. All data goes through an undocumented REST API.
Nice project! If you need more data, check out this: https://github.com/dpapathanasiou/recipebook I've also enabled it to talk to this via TOTP, if you ever decide to switch to/want to enable mongo as your recipe doc store: https://github.com/dpapathanasiou/ARMS Good luck with it, and keep us posted!
Good luck!
Re: Show HN: Cinc – GitHub for recipes
#79Re: Show HN: Cinc – GitHub for recipes
#80The idea for this has been around for a for a while. http://forkthecookbook.com/ goes back to 2012. And its an interesting idea. Recipes can't be copyrighted and and recipes are generally derivative. The data is generally well structured, and fairly standardized (ingredients, equipment, instructions, photo, with optional fields for prep & cook time, servings, notes, difficulty, etc). But there are two primary issues:…