Show HN: Github for recipes
31–40 of 103 posts
Re: Show HN: Github for recipes
#32Re: Show HN: Github for recipes
#33Your site will get a lot more traction if you implement that, I think. Most people (even non-techie folks) are suffering from account proliferation.
Re: Show HN: Github for recipes
#34Very nice! I'd like to have the option (but not the requirement) to log in with oauth(2) from Facebook, Google, Twitter, etc. Your site will get a lot more traction if you implement that, I think. Most people (even non-techie folks) are suffering from account proliferation.
Re: Show HN: Github for recipes
#35Re: Show HN: Github for recipes
#36Very nice! I'd like to have the option (but not the requirement) to log in with oauth(2) from Facebook, Google, Twitter, etc. Your site will get a lot more traction if you implement that, I think. Most people (even non-techie folks) are suffering from account proliferation.
Will do, thanks for the suggestion.
Re: Show HN: Github for recipes
#37Hey Guys, I'm the creator of Forking Recipes, I'll be happy to answer any questions you have and thanks for taking a look!
Re: Show HN: Github for recipes
#38Re: Show HN: Github for recipes
#39You need to hire a designer for this. Cooking/recipes/food markets are really visually driven. You also need to define what a fork is right on the landing page. A fork for a cook is not the same as a fork for a programmer. What you should have is a good header area that has the application work flow explained in graphics. Example: Alice liked Juan's recide for thai rice. She wanted to create her own version. Alice fo…
I totally agree, unfortunately I don't have money to pay one and finding someone to work with me for free hasn't been easy :(.
Re: Show HN: Github for recipes
#40Why not build this right on top of GitHub?
Because most cooks are not developers and don't have Github accounts, I guess.
Why not use github Pages and scrape the github repository for necessary data? It's all harmless recipe stuff anyway. Non-github users could be asked to use e-mail to place recipes, and can be informed that they can use markdown. Or even present a web form that sends an encrypted e-mail for them, employing that wicked JS textarea enhancer we saw the other day, for markdown syntax or even allow haml.
Re: {url_block}/new
Recipe Name: {name}
Date: {extracted_from_email}
Subject:
{haml_recipe_body}
The github haml pages can have links station'd at the top or bottom to pre-fetch categories, previous, and next pages. The github Page Index can include a JS that builds the UI of the site via DOM manipulation, based on a lightweight Web app hosted elsewhere and called in via ajax.Summary: Total MVR (minimum viable repository).