From 2d24d7788ad983036e6e2fb777e911ae55d1c4ad Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 26 Jul 2017 08:27:16 -0400 Subject: [PATCH] [personality] Add icanhazdadjoke api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df996834..bb3de393 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | chucknorris.io | JSON API for hand curated Chuck Norris jokes | No | Yes | [Go!](https://api.chucknorris.io) | | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | +| icanhazdadjoke | The largest selection of dad jokes on the internet | No | Yes | [Go!](https://icanhazdadjoke.com/api) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | | Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://app.traitify.com/developer) |