JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q58654F
  • License MIT

Metabolizeable energy conversion factors.

Package Exports

  • @ifct2017/energies
  • @ifct2017/energies/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ifct2017/energies) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Metabolizable energy conversion factors.
📦 Node.js, 📜 Files.

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


const energies = require('@ifct2017/energies');
// energies(query)
// → matches [{component, kj, kcal}]


energies('dietary fibre');
energies('Soluble fibre');
// [ { component: 'Fibre', kj: 8, kcal: 2 } ]

energies('what is energy conversion factor of fat?');
energies('conversion factor of fat');
// [ { component: 'Fat', kj: 37, kcal: 9 } ]
// Additional methods:
energies.load() // → corpus
energies.sql([table], [options]) // → sql statements
energies.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.