Skip to content

Commit

Permalink
Merge pull request #2 from skylord123/dev
Browse files Browse the repository at this point in the history
update version to 2.1.1
  • Loading branch information
skylord123 authored Sep 5, 2021
2 parents 09c763a + e2e8119 commit f607811
Show file tree
Hide file tree
Showing 6 changed files with 1,441 additions and 69 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ide
.idea

# Logs
logs
*.log
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red-contrib-gamedig

Query for the status of any game server using Node-RED.
Query for the status of most game/voice servers using Node-RED.

This package adds the node "Query Game Server" that uses the NPM package [GameDig](https://www.npmjs.com/package/gamedig) to query if a server is online or not and if so returns the data of the server.

Expand All @@ -12,6 +12,10 @@ You can pass the server type, host, and port on the input message or define them
I created a post on my website about how to use this node to query gameservers and store the results in InfluxDB. I then give a dashboard in Grafana that can be used to display the data. Check it out here:
https://skylar.tech/tracking-game-server-statistics-using-node-red-influxdb-and-grafana/

### Other Packages

- [node-red-contrib-matrix-chat](https://www.npmjs.com/package/node-red-contrib-gamedig) - Matrix chat server client for Node-RED

### Developers
So far me (skylord123) is the only person that has contributed towards this package. Feel free to do any pull-requests to get your name here!

Expand Down
Loading

0 comments on commit f607811

Please sign in to comment.