This api will fetch random comic strips from XKCD and Garfield and CalvinAndHobbes comic sources.
To build/run this, you need to have .NET 8 or higher installed.
Visit following url to download appropriate .net sdk version
URL: https://dotnet.microsoft.com/download/dotnet/8.0
To run:
git clone https://github.com/ParagRaut/ComicApi.git
cd ComicApi/src
dotnet run
Swagger UI will run automatically in browser for you to try out all endpoints
Feel free to create pull requests and enjoy comic strips :)