Skip to content

helloimbernardo/daily-comic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Comic

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.

Running Locally

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.

One-Click Deploy on Vercel

You can instantly deploy this project on Vercel by clicking the button below

Deploy with Vercel