Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.55 KB

File metadata and controls

59 lines (47 loc) · 1.55 KB

Logo Watcher for PC

This is a lightweight tool for tracking your show progress.
At the moment, it supports anime shows only.

There is also an accompanying Android app.
Please note that the app only allows you to update a show’s progress.

📝 Features

  • Advance or rewind a show’s progress to the next or previous episode
  • Add or remove shows from your watchlist
  • Remove shows from your library
  • Search for and add new shows to your library (powered by anisearch.de)

💻 Setup

1. 📥 Download the application

Go to the Releases section of this repository and download the latest .zip archive.

2. 📂 Extract the archive

Extract the ZIP file and place the extracted folder anywhere you like.

3. 🚀 Start the application!

Open the extracted folder and launch the .exe file.

🧑‍💻 Development

This is a Node.js–based project, so the usual Node.js development workflow applies.

Project setup

Install all dependencies:

npm install

Development & build

Start the app in development mode for testing:

npm run start

Package the application files for distribution:

npm run package

Create an installer executable for easier distribution:

npm run make