Published September 16, 2022 | Version 2.0.20
Software Open

ifct2017/contents: Contents in the original book

  • 1. Cloud Peritus

Description

Contents in the original book.<br> 📦 Node.js, 📜 Files.

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

<br>

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

<br> <br>

<br>

Data was obtained from the book Indian Food Composition Tables 2017.<br> Food composition values were measured by National Institute of Nutrition, Hyderabad.

Files

ifct2017/contents-2.0.20.zip

Files (14.6 kB)

Name Size Download all
md5:14468a2daf1bd55fe8a65a3f7988bf8d
14.6 kB Preview Download

Additional details

Related works