Skip to content

ifct2017--contents 2.0.26

Install from the command line:
Learn more about npm packages
$ npm install @ifct2017/ifct2017--contents@2.0.26
Install via package.json:
"@ifct2017/ifct2017--contents": "2.0.26"

About this version

Contents in the original book.
πŸ“¦ Node.js, πŸ“œ Files.

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


const contents = require('@ifct2017/contents');
// contents(query)
// β†’ matches [{sno, title, pagenos}]


contents('table 2');
contents('Water soluble vitamins');
// [ { sno: '6.2.',
//     title: 'Table 2:  Water Soluble Vitamins',
//     pagenos: '31' } ]

contents('what is page number of table 3?');
contents('fat soluble vitamin page number');
// [ { sno: '6.3.',
//     title: 'Table 3:  Fat Soluble Vitamins',
//     pagenos: '61' } ]
// Additional methods:
contents.load() // β†’ corpus
contents.sql([table], [options]) // β†’ sql statements
contents.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.

Details


Assets

  • ifct2017--contents-2.0.26.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0