Summer of Code/2016/Nutritional Microworld: Difference between revisions
| Line 141: | Line 141: | ||
* 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. | * 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 | * To incorporate nutrient data in nutrition microworld, I’ll use ndb rest api provided by [https://www.humanapi.co/ National nutrient database]. | ||
* To integrate health data from different types of sensor, I’ll use [https://www.humanapi.co/ Human rest API]. along with node.js library. It supports many types of sensor and provides better access to manage data stored in sensor | * To integrate health data from different types of sensor, I’ll use [https://www.humanapi.co/ Human rest API]. along with node.js library. It supports many types of sensor and provides better access to manage data stored in sensor. | ||