Skip to content

Import food data from USDA for the use of food-nutrients project.

Notifications You must be signed in to change notification settings

food-nutrients/usda-importer

Repository files navigation

Food Nutrients logo

Import food data from USDA for the use of food-nutrients project.

Release GitHub code size in bytes Codacy Badge Build Status

Live website: http://food-nutrients.github.io

Setup

yarn install
tsc

Usage

You can find the usda_id from: https://ndb.nal.usda.gov/ndb/search/list

node dist/app.js -f [usda_id]

Example Usage for (Turnips, raw)

node dist/app.js -f 11564

You can check the help menu

node dist/app.js --help
Usage:
  usda_import [OPTIONS] [ARGS]

Options:
  -f, --foodId NUMBER    USDA Food ID to retrive
  -q, --query STRING     Get a list of Foods by search query
  -k, --no-color         Omit color from output
      --debug            Show debug information
  -c, --catch            Catch unanticipated errors
  -v, --version          Display the current version
  -h, --help             Display help and usage details

Contribution

Feel free to add suggestions, PRs, comments and bug reports.

Authors

Alex Kolarski (aleks.rk@gmail.com) Boris Minev (boriss.minev@gmail.com)

License

(The MIT License)

Copyright (c) 2019

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.