From e93a3fce2c755c3e890dd68b32d115c28a4a9c68 Mon Sep 17 00:00:00 2001 From: Farai Mugaviri Date: Sun, 11 Oct 2020 16:16:21 +0200 Subject: [PATCH] Split Edmam APIs (#1404) Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cd2a69..a2f18ff3 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,8 @@ API | Description | Auth | HTTPS | CORS | ### Food & Drink API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [Edamam](https://developer.edamam.com/) | Recipe Search | `apiKey` | 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 | | [LCBO](https://lcboapi.com/) | Alcohol | `apiKey` | Yes | Unknown | | [Open Brewery DB](https://www.openbrewerydb.org) | Breweries, Cideries and Craft Beer Bottle Shops | No | Yes | Yes | | [Open Food Facts](https://world.openfoodfacts.org/data) | Food Products Database | No | Yes | Unknown |