From 5c83b6924c2c5bb4b34920c80b60c90570150771 Mon Sep 17 00:00:00 2001 From: Kaustubh Dwivedi Date: Fri, 9 Dec 2022 01:09:09 +0530 Subject: [PATCH] updated link of Excuser API Before the excuser API was hosted on Heroku, but now Heroku has stopped providing free dyno hours, so I had to redeploy it to AWS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7348891..4b789646 100644 --- a/README.md +++ b/README.md @@ -695,7 +695,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [chucknorris.io](https://api.chucknorris.io) | JSON API for hand curated Chuck Norris jokes | No | Yes | Unknown | | [Corporate Buzz Words](https://github.com/sameerkumar18/corporate-bs-generator-api) | REST API for Corporate Buzz Words | No | Yes | Yes | -| [Excuser](https://excuser.herokuapp.com/) | Get random excuses for various situations | No | Yes | Unknown | +| [Excuser](http://ec2-13-233-208-44.ap-south-1.compute.amazonaws.com/) | Get random excuses for various situations | No | No | Unknown | | [Fun Fact](https://api.aakhilv.me) | A simple HTTPS api that can randomly select and return a fact from the FFA database | No | Yes | Yes | | [Imgflip](https://imgflip.com/api) | Gets an array of popular memes | No | Yes | Unknown | | [Meme Maker](https://mememaker.github.io/API/) | REST API for create your own meme | No | Yes | Unknown |