pokeboo-protobuf

1.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pokeboo-protobuf

Weekly Downloads

1

Version

1.3.0

License

UNLICENSED

Last publish

Collaborators

  • andrewmunro