ifct2017 2.0.11 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ The Indian Food Composition tables ([IFCT 2017]) provides nutritional values for
|
|
|
3
3
|
📜 [Files](https://unpkg.com/ifct2017/).
|
|
4
4
|
|
|
5
5
|
Food composition values were measured by [National Institute of Nutrition, Hyderabad]. Shown
|
|
6
|
-
below is a text-query
|
|
6
|
+
below is a text-query JavaScript API for search information through these tables. You may
|
|
7
7
|
also add these to a database for more control over the query.
|
|
8
8
|
|
|
9
9
|
> Online database: [ifct2017.github.io].
|
|
@@ -95,6 +95,7 @@ main();
|
|
|
95
95
|
|
|
96
96
|
[](http://ifct2017.com/)<br>
|
|
97
97
|
[](https://ifct2017.github.io)
|
|
98
|
+
[](https://zenodo.org/badge/latestdoi/133156402)
|
|
98
99
|
|
|
99
100
|
[abbreviations]: https://www.npmjs.com/package/@ifct2017/abbreviations
|
|
100
101
|
[about]: https://www.npmjs.com/package/@ifct2017/about
|