From 85a5c36cbe3af6314cd433b2f4a7768550a3e9ae Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sat, 20 Jul 2024 13:41:38 -0400 Subject: [PATCH] feat(docs): added usda foodcentral api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e3aa91d..8bfd59bb 100644 --- a/README.md +++ b/README.md @@ -828,6 +828,7 @@ API | Description | Auth | HTTPS | CORS | | [Coffee](https://coffee.alexflipnote.dev/) | Random pictures of coffee | No | Yes | Unknown | | [Edamam nutrition](https://developer.edamam.com/edamam-docs-nutrition-api) | Nutrition Analysis | `apiKey` | Yes | Unknown | | [Edamam recipes](https://developer.edamam.com/edamam-docs-recipe-api) | Recipe Search | `apiKey` | Yes | Unknown | +| [FoodData Central](https://fdc.nal.usda.gov/api-guide.html) | USDA food nutrient data | `apiKey` | Yes | No | | [Foodish](https://github.com/surhud004/Foodish#readme) | Random pictures of food dishes | No | Yes | Yes | | [Fruityvice](https://www.fruityvice.com) | Data about all kinds of fruit | No | Yes | Unknown | | [Kroger](https://developer.kroger.com/reference) | Supermarket Data | `apiKey` | Yes | Unknown |