I created a working example of this API

Avatar image for critter615
critter615

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Just thought I'd share a little something I've been experimenting with. I created a simple "app" that shows the most recent and the newest issues of Action Comics using the ComicVine API.

Hopefully this will help y'all with your own apps.

GitHub: https://github.com/mister-critter/action-comics
(
check the index.js file for my API request, and use a .env file with the API Key if you want to clone this)

GitHub-hosted page: https://mister-critter.github.io/action-comics/
(this is static, and therefore has to be updated manually, so expect outdated information)