From e517134307f5a1ab264638fe8eb1886b93078a2e Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 06:50:39 -0200 Subject: [PATCH 1/3] Add Edamam to drink category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be171f2d..a0578066 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ For information on contributing to this project, please see the [contributing gu | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | +| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | ### Data Access From 47ef13e203915eacd0adfc073aec20f523c3667c Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 06:52:06 -0200 Subject: [PATCH 2/3] Add Food2Fork to drink category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0578066..e26ac29c 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ For information on contributing to this project, please see the [contributing gu | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | | Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | ### Data Access From 8d73434200555dbc00d223ea4eaa74fbabe645b7 Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 07:12:41 -0200 Subject: [PATCH 3/3] Alphabetical order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26ac29c..21f97870 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | +| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | | LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | -| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | -| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | ### Data Access