https://github.com/playshikiapp/playshikiclient
A client-side part of PlayShikimoriApp
https://github.com/playshikiapp/playshikiclient
Last synced: about 2 months ago
JSON representation
A client-side part of PlayShikimoriApp
- Host: GitHub
- URL: https://github.com/playshikiapp/playshikiclient
- Owner: PlayShikiApp
- License: osl-3.0
- Created: 2019-05-25T12:37:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:28:27.000Z (over 2 years ago)
- Last Synced: 2025-01-14T08:52:26.883Z (4 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlayShikiClient
A client-side part of PlayShikimoriApp# Configuration
Install dependencies
```
cd ../PlayShikiClient
npm install
sudo npm install -g pkg
```Generate *.js keys (key.priv and key2.priv must match keys used on [server](https://github.com/PlayShikimoriApp/PlayShikiServer)):
```
./utils/genkeys.py key.priv keys/key.js
./utils/genkeys.py key2.priv keys/key2.js
```Configure host address and port in config.js file
```
module.exports = {
"HOST": "127.0.0.1",
"PORT": "8100"
}
```# Client app packaging and run
```
cd ../PlayShikiClient
pkg .
```Run Shikimori.exe and leave it running in background.