pokeboo-protobuf

NPM module that contains protobufs required to communicate with the Pokemon Go servers. These protobufs are generated from the [POGOProtos project](https://github.com/AeonLucid/POGOProtos) using [protobuf.js](https://www.npmjs.com/package/protobufjs)!


License
Unlicense
Install
npm install pokeboo-protobuf@1.3.0

Documentation

pokeboo-protobufs

NPM module that contains protobufs required to communicate with the Pokemon Go servers. These protobufs are generated from the POGOProtos project using protobuf.js!

Installation

npm i pokeboo-protobufs --save

Usage

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.

Development

npm build - clones the POGOProtos repo and compiles them to index.js