@ifct2017/groups
TypeScript icon, indicating that this package has built-in type declarations

2.0.12 • Public • Published

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.

Package Sidebar

Install

npm i @ifct2017/groups

Weekly Downloads

35

Version

2.0.12

License

MIT

Unpacked Size

10.2 kB

Total Files

7

Last publish

Collaborators

  • wolfram77