A Plugin for the TRMNL device that tracks Marvel Comic series by using the official Marvel Comic API (a free developer account is required to use the plugin).
This application has one POST endpoint /data that takes 3 inputs
pubKey: Public key from Marvel API dashboardprivKey: Private key from Marvel API dashboardseries: A comma deliminated list of series IDs (ex: 38806,38809,38865)
If you go to a series from this page: https://www.marvel.com/comics/series, the series ID will be in the URL.
Finally run npm install, and node index.js
- cd into server/ and run
node index.js - in another terminal cd into the root folder of the project and run:
gem install trmnl_preview
trmnlp serve
What if you want to remove a series but dont remember which ID goes to what series? Well never fear I built a small API HERE!