Summer of Code/2016/Nutritional Microworld: Difference between revisions
| Line 142: | Line 142: | ||
* 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 National nutrient database (https://ndb.nal.usda.gov/ndb/api/doc). | * 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). | ||
* To integrate health data from different types of sensor, I’ll use | * 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. (). | ||