Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/food-nutrients/food-nutrients

:fork_and_knife: Food Nutrients
https://github.com/food-nutrients/food-nutrients

carbs essential fat food food-classification food-recommendation foods minerals nutrients nutrition protein vitamins

Last synced: about 2 months ago
JSON representation

:fork_and_knife: Food Nutrients

Awesome Lists containing this project

README

        


Food Nutrients logo

> View all the macro & micronutrients of raw foods as % based on daily recommended values. You can quickly identify missing micronutrients from your diet and add foods to your meal that gives you healthier nutrition.

![Release](https://img.shields.io/github/release/food-nutrients/food-nutrients.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/food-nutrients/food-nutrients.svg)

[![Food Nutrients website](https://raw.githubusercontent.com/food-nutrients/food-nutrients/master/public/screenshots/screen1.png?raw=true)](http://food-nutrients.github.io "Food Nutrients website")

Live website:

# User suggestions:

You you have feature you want to see you can upvote it here:
https://food-nutrients.featureupvote.com/

# Data

The data is located in `src/data` and is compiled by us.

- [foods.json](https://github.com/food-nutrients/food-nutrients/blob/master/src/data/foods.json) - contains all food nutrients
- [nutrients.json](https://github.com/food-nutrients/food-nutrients/blob/master/src/data/nutrients.json) - contains the nutrients and RDI (Reference Daily Intake)

We wanted to keep it simple and may move to using the [USDA Food Database](https://ndb.nal.usda.gov/ndb/search/list) as a sort of API.

## Contribution

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

## Authors

Alex Kolarski ([email protected])
Boris Minev ([email protected])

## License

(The MIT License)

Copyright (c) 2024

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.