Get the daily comic for 400+ comics via API call. Wraps the python irahorecka/comics package in a web API that returns a static (generally hosted by the comic syndication service) URL to the image.
This API was made to run on Vercel and it can be ran locally with the Vercel CLI
npm i -g vercel
vercel dev
The API is now available at http://localhost:3000/api
.
You can instantly deploy this project on Vercel by clicking the button below