To be able to create a FDA-style nutrition label with any nutrition data source
npm install nutrition-label-jquery-pluginNutrition Label jQuery Plugin by Nutritionix
============================================

Check out the Demo!
Summary: Create a FDA-style nutrition label with any nutrition data source (even the Nutritionix API!)
Installation
------------
getting the files from github and including the required files using cdn
``sh
`
git clone git@github.com:nutritionix/nutrition-label.git
`
html
`
`
*
using bower
sh
`
bower install --save nutrition-label-jquery-plugin
`
*
using npm
sh
`
npm install nutrition-label-jquery-plugin
`
*
html
``
Usage
-----
For some sample usage, you can check out the demo page.