![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
comicbooks-api
Advanced tools
The following api returns comic book information from various publishers including marvel, dc, archie and many more publications.
The following api returns comic book information from various publishers including marvel, dc, archie and many more publications.
Implementing the library for API calls
const comicsApi = require('comicbooks-api');
app.get('/', async (req, res) => {
const comics = await comicsApi.getLatestComics(1)
res.json(comics)
})
The above function takes one argument:
const comicsApi = require('comicbooks-api');
app.get('/', async (req, res) => {
const comics = await comicsApi.getComicsThroughSearch('batman', 1)
res.json(comics)
})
The above function takes two arguments:
The function returns an array of objects containing comic book information
{
title: "Batman – Beyond the White Knight #6 (2022)",
coverPage: "https://i0.wp.com/getcomics.info/share/uploads/2022/10/Batman-Beyond-the-White-Knight-6-2022.jpg?fit=400%2C615&ssl=1",
description: "After years of rivalry, it’s the showdown you’ve been waiting for…Jason Todd versus Dick Grayson! Who’s the best Robin? Find out this issue! Plus, with the help of an unexpected new ally, Bruce Wayne aims to take Derek Powers down for good. But will the malevolent millionaire’s newfound powers prove to be too much for the former Batman?",
information: {
"ImageFormat": "JPG",
"Size": "64 MB",
"Year": "2022",
}
downloadLinks: {
DOWNLOADNOW: "link here",
MEDIAFIRE: "link here",
READONLINE: "link here",
UFILE: "link here",
ZIPPYSHARE: "link here",
}
}
Marvel Comics
getMarvelComics( pageNumber )
DC Comics
getDCComics( pageNumber )
DC Vertigo
getDCComicsVertigo( pageNumber )
DC Wildstorm
getDCComicsWildstorm( pageNumber )
Europe Comics
getEuropeComics( pageNumber )
Image Comics
getImageComics( pageNumber )
2000AD
ad2000comics( pageNumber )
After Shock
getAftershockComics( pageNumber )
Antartic Press
getAntarticPressComics( pageNumber )
Archie
getArchieComics( pageNumber )
Avatar Press
getAvatarPressComics( pageNumber )
Aspen
getAspenComics( pageNumber )
Black Mask
getBlackMaskComics( pageNumber )
Boom Studios
getBoomStudiosComics( pageNumber )
Dark Horse
getDarkHorseComic( pageNumber )
Dynamite
getDynamiteComics( pageNumber )
IDW
getIDWComics( pageNumber )
Lion Forge
getLionForgeComics( pageNumber )
Oni Press
getOniPressComics( pageNumber )
Valiant
getValiantComics( pageNumber )
ZeneScope
getZenescopeComics( pageNumber )
Get recently published comics from all publishers
getLatestComics( pageNumber )
Search comics through search query
getComicsThroughSearch( searchQuery , pageNumber )
If you have any problems regarding this project, read the following disclaimer
FAQs
The following api returns comic book information from various publishers including marvel, dc, archie and many more publications.
The npm package comicbooks-api receives a total of 16 weekly downloads. As such, comicbooks-api popularity was classified as not popular.
We found that comicbooks-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.