From 77a73089235083f035c80b9ec11c52302da402f5 Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Mon, 23 Oct 2017 16:16:34 +0530 Subject: [PATCH 1/2] Added FavQs Quote API Another Quotes API. It provides various options to get quotes and perform operations like Update, Delete, Up-vote, Favourite, Hide, Tag on a quote. Random Quote doesn't require API key. You can request quotes from a specific category as well. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af423859..31b9ea5f 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | chucknorris.io | JSON API for hand curated Chuck Norris jokes | No | Yes | [Go!](https://api.chucknorris.io) | +| FavQs.com | FavQs allows you to collect, discover, and share your favorite quotes | `apikey` | Yes | [Go!](https://favqs.com/api) | | 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) | From 57327958f3ecb770e7159a158ead71acb564cd74 Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Mon, 23 Oct 2017 18:37:34 +0530 Subject: [PATCH 2/2] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b9ea5f..11e5c803 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | chucknorris.io | JSON API for hand curated Chuck Norris jokes | No | Yes | [Go!](https://api.chucknorris.io) | -| FavQs.com | FavQs allows you to collect, discover, and share your favorite quotes | `apikey` | Yes | [Go!](https://favqs.com/api) | +| FavQs.com | FavQs allows you to collect, discover, and share your favorite quotes | `apiKey` | Yes | [Go!](https://favqs.com/api) | | 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) |