From 4afdcd0b03843e157fc5e16ea757481721208d19 Mon Sep 17 00:00:00 2001 From: Cameron Russell <32221303+cameron-russell@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:29:25 +0100 Subject: [PATCH] add whatthecommit API to test data section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6e9216a..26a2b39f 100644 --- a/README.md +++ b/README.md @@ -1284,6 +1284,7 @@ API | Description | Auth | HTTPS | CORS | | [Spanish random words](https://palabras-aleatorias-public-api.herokuapp.com) | Generate spanish words randomly | No | Yes | Unknown | | [This Person Does not Exist](https://thispersondoesnotexist.com) | Generates real-life faces of people who do not exist | No | Yes | Unknown | | [UUID Generator](https://www.uuidtools.com/docs) | Generate UUIDs | No | Yes | No | +| [What The Commit](http://whatthecommit.com/index.txt) | Random commit message generator | No | No | Yes | | [Yes No](https://yesno.wtf/api) | Generate yes or no randomly | No | Yes | Unknown | **[⬆ Back to Index](#index)**