Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ifct2017/groups

ifct201727MIT2.0.12TypeScript support: included

Categorization of food by their common names.

ifct, 2017, groups, indian, food, composition, tables, carbohydrates, proteins, fats, amino, acids, vitamins, minerals, national, institute, nutrition, research

readme

Categorization of food by their common names.
📦 Node.js, 📜 Files.

This is part of package ifct2017.
Online database: ifct2017.github.io.


const groups = require('@ifct2017/groups');
// groups(query)
// → matches [{code, group, entries, tags}]


groups('cereals');
groups('Millet');
// [ { code: 'A',
//     group: 'Cereals and Millets',
//     entries: 24,
//     tags: 'vegetarian eggetarian fishetarian veg' } ]

groups('what is vegetable?');
groups('vegetable group code?');
// [ { code: 'D',
//     group: 'Other Vegetables',
//     entries: 78,
//     tags: 'vegetarian eggetarian fishetarian veg' },
//   { code: 'C',
//     group: 'Green Leafy Vegetables',
//     entries: 34,
//     tags: 'vegetarian eggetarian fishetarian veg' } ]
// Additional methods:
groups.load() // → corpus
groups.sql([table], [options]) // → sql statements
groups.csv() // → path of csv file



ORG DOI

Data was obtained from the book Indian Food Composition Tables 2017.
Food composition values were measured by National Institute of Nutrition, Hyderabad.
Take a peek at the raw data here: Document, Webpage.