1.1.5-beta.1 • Published 4 years ago

@mangadex/home v1.1.5-beta.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
4 years ago

MangaDex@Home

This is a NodeJS based reference implementation of the MangaDex@Home client. The functionality might be limited or different compared to the Java based client, but is complete enough to be a part of and communicate with the network.

Installation

Make sure NodeJS and NPM are installed on your system. Install the application globally via NPM by running the command:

sudo npm install -g @mangadex/home

Updating

If the application is already installed, it can easily be updated via NPM by running the command:

sudo npm update -g @mangadex/home

Running

In order to join the MangaDex@Home network, you need to be a registered user with an Client Key to operate a MangaDex@Home client. To start the application the user needs to provide a valid client key and a port for communication via commandline args.

mdath --key=A1B2C3 --port=44300

To show the full list of supported commandline arguments run the help.

mdath --help

Development

The full source code of the project is available on GitHub. After installing NodeJS with NPM and cloning the repository, the application can be build & run via NPM script.

npm start -- --key=XXX --port=44300 --cache=./tests/cache --quota=0
1.1.5-beta.1

4 years ago

1.0.0-alpha.10

4 years ago

1.0.0-alpha.9

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago