Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 332 Bytes

Game-API

Game API Utilising GameDig for Server Queries

Installation Steps

  • Pick you port and head to Line: 12 in /index.js (const port = 2010;)
  • Install NPM Packages using npm i
  • Use a NGINX Proxy or Similar setup if using another method to forward the API & Port to a domain.
  • Use node index.js to start the api.