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

2.0.11 • Public • Published

Jones factors for conversion of nitrogen to protein.
📦 Node.js, 📜 Files.

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


const jonesFactors = require('@ifct2017/jonesfactors');
// jonesFactors(query)
// → matches [{food, factor}]


jonesFactors('maida');
jonesFactors('Refined wheat');
// [ { food: 'Refined wheat flour (Maida)', factor: '5.70' } ]

jonesFactors('what is jones factor of barley?');
jonesFactors('jones factor of oats');
// [ { food: 'Barley and its flour;Rye and its flour;Oats',
//     factor: '5.83' } ]
// Additional methods:
jonesFactors.load() // → corpus
jonesFactors.sql([table], [options]) // → sql statements
jonesFactors.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.

Dependents (1)

Package Sidebar

Install

npm i @ifct2017/jonesfactors

Weekly Downloads

41

Version

2.0.11

License

MIT

Unpacked Size

8.2 kB

Total Files

7

Last publish

Collaborators

  • wolfram77