pokemongo-protobufjs

Pokemon Go protobuf.js protocol wrapper for node.js

Usage no npm install needed!

<script type="module">
  import pokemongoProtobufjs from 'https://cdn.skypack.dev/pokemongo-protobufjs';
</script>

README

Pokemon Go protobuf.js wrapper with full protocol support

This package wraps protobufjs and the current Pokemon Go protobuf definitions together in one package.

Installation

npm i --save pokemongo-protobufjs

Recompile the proto definitions

By now, the POGOProtos include a compile script. Pull the newest revision and compile it with python compile_single.py -d to generate the new versions in tmp/.

And: This README deserves more love :)