Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MenuEater turns web page into menu object #7

Closed
samdotme opened this issue Jan 12, 2021 · 1 comment · Fixed by #8
Closed

MenuEater turns web page into menu object #7

samdotme opened this issue Jan 12, 2021 · 1 comment · Fixed by #8

Comments

@samdotme
Copy link
Owner

As a tech-minded person, I want to be able to run a CLI command with a recipe webpage as an input and receive a recipe object back as a return.

Acceptance Criteria

  • Cli command exists that accepts a single argument of a web address.
  • If the web address contains no valid recipe markup, the command fails with an error message.
  • If the web address contains valid recipe markup, the command returns the markup.
@samdotme
Copy link
Owner Author

Testing with normal usage:
cli-usage-example1

Result: Good

Testing with non-recipe page:
Screen Shot 2021-01-19 at 7 25 05 AM

Result: Not exactly what we want, but good enough for now.

samdotme added a commit that referenced this issue Jan 19, 2021
Add ability to scrape a web page that contains a recipe.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant