basic example of subscribing to player movement in a space
check out the websocket API docs for more!
prereq: have NodeJS and npm installed
run npm install
put your API key in a file named api-key.js
like so:
exports.API_KEY = "your-api-key-here";
node index.js