1.3.0 • Published 10 years ago

pokeboo-protobuf v1.3.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
10 years ago

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
1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago