/image-comics-ical

iCal file generator for Image Comics

Primary LanguageJavaScript

image-comics-ical

image

A NodeJS script that creates a file ical.ical containing upcoming release dates for Image Comics, so that I know when to go to my local comic shop. ☺️

Meant to be run periodically on a server. The ical.ical file can then be made publicly available and used as an external calendar in Google Calendar. Updated here in this repo automatically through a GitHub Action.

HOW TO

Install latest NodeJS with NVM, and the dependencies:

nvm install
nvm use

npm install

Then:

node index > ical.ical

For more information, open the file .github/workflows/update-ical.yml.