gocomics-api
A public API for gocomics.com. Uses scraping of response HTML to locate the actual image URL.
Usage
getImage(options)
Used to get either image URL string or a request object for the URL
/** * Request comic image * @param Object options * @param * @param * @param * @returns */
const getImage = ; const imageString =
Bugs
The scraper relied heavily on the gocomics.com site to keep their website consistent, so a change may break the module. If that happens, be sure to submit a pull request or issue.