Skip to content

Command Line App to use Food2Fork's Search API through REST to fetch top recipe for the given ingredients and report missing ones

License

Notifications You must be signed in to change notification settings

rachit-ranjan16/foodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foodie

Command Line App to use Food2Fork's Search API through REST calls to fetch top recipe for the given ingredients and report missing ones

Prerequisites

  • Git installed and configured
  • Python 3.5+ with pip installed (Refer Anaconda for quick setup)
    • Preferably in a virtualenv (pyvenv, virtualenv, conda)
  • Internet Connection with Proxy Settings at OS level
    • For installing dependencies and running the app

Ops

  • Clone Git Repo
    • git clone https://github.com/rachit-ranjan16/foodie.git
  • Navigate to ~foodie/
  • Install dependencies
    • python setup.py develop
  • Run Application
    • Linux/Mac
      • python foodie/ingreds.py
    • Windows
      • python foodie\ingreds.py

Design

Sequence Diagram

Could not display. Check design/SequenceDiag.png

About

Command Line App to use Food2Fork's Search API through REST to fetch top recipe for the given ingredients and report missing ones

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages