Summer of Code/2016/Nutritional Microworld: Difference between revisions
Line 140: | Line 140: | ||
* Jquery for HTML document traversal and manipulation, event handling, and Ajax making it simpler. | * Jquery for HTML document traversal and manipulation, event handling, and Ajax making it simpler. | ||
* ChartJs provides beautiful flat designs for charts. It uses HTML5 canvas element for rendering. ChartJS charts are responsive by default. This library will be used for analysis purpose. | * ChartJs provides beautiful flat designs for charts. It uses HTML5 canvas element for rendering. ChartJS charts are responsive by default. This library will be used for analysis purpose. | ||
* CreateJs is a suite of modular libraries. It contains easelJS, tweenJS, preloadJS and soundJS. I'll use easelJS library to work with canvas element. | |||
* To incorporate nutrient data in nutrition microworld, I’ll use ndb rest api provided by National nutrient database (https://ndb.nal.usda.gov/ndb/api/doc). |