mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
chore: update readme to add deno note and deno and node badge
This commit is contained in:
parent
6e6d140b7a
commit
30581bd868
1 changed files with 7 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# node-GameDig - Game Server Query Library [](https://www.npmjs.com/package/gamedig) 
|
||||
# node-GameDig - Game Server Query Library
|
||||
[](https://www.npmjs.com/package/gamedig)  
|
||||
|
||||
**node-GameDig** is a game server query Node.js module (as well as a [command line executable](#usage-from-command-line)),
|
||||
capable of querying for the status of nearly any game or voice server.
|
||||
|
||||
If a server makes its status publically available, GameDig can fetch it for you.
|
||||
|
||||
Support is available on the [GameDig Discord](https://discord.gg/NVCMn3tnxH) (for questions), or [GitHub Issues](https://github.com/gamedig/node-gamedig/issues) (for bugs).
|
||||
Support is available on the [Discord server](https://discord.gg/NVCMn3tnxH) (for questions), or [GitHub Issues](https://github.com/gamedig/node-gamedig/issues) (for bugs).
|
||||
|
||||
## Games List
|
||||
**node-GameDig** can query over 310 games (+ a few services)!
|
||||
|
|
@ -100,6 +102,9 @@ Additional advanced parameters can be passed in as well:
|
|||
* `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`).
|
||||
* ... and the rest in the same format.
|
||||
|
||||
## Deno
|
||||
The minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
|
||||
|
||||
## Common Issues
|
||||
|
||||
### Firewalls block incoming UDP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue