/comic-reader

It's an app to easily read and keep up to date with comics posted on e621.

Primary LanguageJavaScriptMIT LicenseMIT

Comic Viewer

Tired of reading your favorite comics on sites with basically no navigation? worry no more, the comic reader is here!

Getting Started

Just download the correct installer for your pc from the releases tab.

Prerequisites

download the latest version of node and git.

Installing

Installing from source:

First clone this repository.

git clone https://github.com/triktron/comic-reader.git
cd comic-reader

Then install the Dependencies.

npm install

And you are set! just execute this and liftoff.

npm start

Running the tests

Sadly there are no tests yet...

Deployment

To build it's as easy as typing

npm build

Built With

To-Do list

  • read date from the server
  • auto update
  • store the pages locally
  • manage existing comics

Authors

  • Luca Vanesche - Initial work - Triktron

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • thx PurpleBooth for the readme template (gist here)