NPM module that contains protobufs required to communicate with the Pokemon Go servers. These protobufs are generated from the POGOProtos project using protobuf.js!
npm i pokeboo-protobufs --save
var protos = require('pokeboo-protobufs');
...
var playerResponse = protos.Networking.Responses.GetPlayerResponse.decode(protoMessage);
For more information see the available structures or read the protobuf.js documentation.
npm build - clones the POGOProtos repo and compiles them to index.js