1.0.11 • Published 4 years ago

@nvif1989/groups v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Categorization of food by their common names.

This is part of package nvif1989. Source: Nutritive Value of Indian Foods 1989.

const groups = require('@nvif1989/groups');
// groups.corpus: Map {code => {code, group, entries, tags}}
// groups.load(): true (corpus loaded)
// groups.sql([table], [options]): sql commands
// groups.csv(): path to csv file
// groups(<query>)
// -> [{code, group, entries, tags}] for matched groups


groups.load();
/* load corpus first */

groups('cereals');
groups('Grains');
groups('505a');
// [
//   {
//     code: 'A',
//     group: 'Cereal grains and products',
//     entries: '1-27;452-465;505a',
//     tags: 'vegetarian eggetarian fishetarian veg'
//   }
// ]

groups('what is vegetable?');
groups('vegetable group code?');
// [
//   {
//     code: 'C',
//     group: 'Leafy vegetables',
//     entries: '47-114;469-507',
//     tags: 'vegetarian eggetarian fishetarian veg'
//   },
//   {
//     code: 'D',
//     group: 'Other vegetables',
//     entries: '137-188;525-543',
//     tags: 'vegetarian eggetarian fishetarian veg'
//   }
// ]

groups('47');
// [
//   {
//     code: 'C',
//     group: 'Leafy vegetables',
//     entries: '47-114;469-507',
//     tags: 'vegetarian eggetarian fishetarian veg'
//   }
// ]

groups('543');
// [
//   {
//     code: 'D',
//     group: 'Other vegetables',
//     entries: '137-188;525-543',
//     tags: 'vegetarian eggetarian fishetarian veg'
//   }
// ]

nvif1989

You can ask about composition of 592 key foods in India here: nvif1989.github.io. Food composition values were measured by National Institute of Nutrition, Hyderabad. Take a peek at the raw data here: Document, Webpage.

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago