Compare commits

...

3 Commits

Author SHA1 Message Date
Sebastian Schmidt e03ae26c24
Merge 699c09b8fb into 6a174c6eb1 2024-04-14 08:07:47 +02:00
Sebastian Schmidt 699c09b8fb
wrapping 2024-04-14 08:07:46 +02:00
CosminPerRam 6a174c6eb1 docs: add note on readme for installing gamedig from the repository 2024-04-12 03:06:37 +03:00
2 changed files with 4 additions and 2 deletions

View File

@ -462,4 +462,4 @@ EOS does not provide players data.
### <a name="palworld"></a>Palworld
Palworld support can be unstable, the devs mention the api is currently experimental.
To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the adminpassword (from the server config) as the password parameter.
To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (from the server config) as the `password` parameter.

View File

@ -16,7 +16,9 @@ Make sure to check if your game's ID is in the [id migration document](MIGRATE_I
See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles, not yet supported titles and notes about some of them.
## Usage from Node.js
Install using your favorite package manager: `npm install gamedig`, then use!
Install using your favorite package manager: `npm install gamedig`, then use!
**Tip**: Do you want to try and use the latest features? Install GameDig from this repository via `npm i git+https://github.com/gamedig/node-gamedig`!
```js
import { GameDig } from 'gamedig';
// Or if you're using CommonJS: