From ee2718b4cfdc823c582458593f90567882d94f3e Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sat, 20 Jul 2024 13:26:32 -0400 Subject: [PATCH] fix(docs): add apiKey for auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d01b587..8bfd59bb 100644 --- a/README.md +++ b/README.md @@ -828,7 +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 | Yes | Yes | No | +| [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 |