Nutritionix logo

As part of my side project, ieatfit, we’re using Nutritionix’s API to get data about meals users might have eaten that aren’t on ieatfit’s site (imagine that, users not doing what you tell them!). Nutritionix provides a Python API, but it’s written with Python 2, and we’re using Python 3 at ieatfit. So I ported it to Python 3. It was relatively trivial, but at least now you won’t have to do it yourself.

You can find it on Github or install it with pip:

pip install -e  git+https://github.com/msiebert/nutritionix-python-3.git#egg=nutritionix-python-3

Enjoy!