Skip to content

A Plugin for the TRMNL device that tracks Marvel Comic series

License

Notifications You must be signed in to change notification settings

Saious119/trmnl-marvel-comic-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trmnl-marvel-comic-tracker

TRMNL

Screenshot

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).

Setup For Use

In server/

This application has one POST endpoint /data that takes 3 inputs

  • pubKey: Public key from Marvel API dashboard
  • privKey: Private key from Marvel API dashboard
  • series: 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

Starting The Preview

  • 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 I Want To Remove A Series?

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!

About

A Plugin for the TRMNL device that tracks Marvel Comic series

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors