From 0cff85e91214e94a36a06ff36bb115e21b5f145c Mon Sep 17 00:00:00 2001 From: Niko Solihin Date: Thu, 18 Oct 2018 20:46:03 -0400 Subject: [PATCH] Add cats facts and advice generator APIs (#778) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c4b986a..1fe8bdec 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Please note a passing build status indicates all listed APIs are available since ### Animals API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | Unknown | | [Cats](https://thecatapi.com/docs.html) | Pictures of cats from Tumblr | No | Yes | Unknown | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | @@ -565,6 +566,7 @@ API | Description | Auth | HTTPS | CORS | ### Personality API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Advice Slip](http://api.adviceslip.com/) | Generate random advice slips | No | Yes | Unknown | | [chucknorris.io](https://api.chucknorris.io) | JSON API for hand curated Chuck Norris jokes | No | Yes | Unknown | | [FavQs.com](https://favqs.com/api) | FavQs allows you to collect, discover and share your favorite quotes | `apiKey` | Yes | Unknown | | [Forismatic](http://forismatic.com/en/api/) | Inspirational Quotes | No | No | Unknown |