Command Line App to use Food2Fork's Search API through REST calls to fetch top recipe for the given ingredients and report missing ones
- 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
- 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
- Linux/Mac