Pokémon Go Client Library for node.js


Summary of my bookmarked Github repositories from Aug 8th, 2016

Github repositories

  • cyraxx/pogobuf

    pogobuf is a Pokémon Go Client Library specifically designed for node.js. It offers various features, including the implementation of all known Pokémon Go API calls, support for request signing and hashing server, ES6 Promises and Bluebird, and login clients for Pokémon Trainer Club and Google. The library also supports batch mode for grouping multiple requests into one RPC call and automatic retry of failed API requests with increasing delay. With no native library bindings, pogobuf is 100% pure JS. For documentation and usage details, visit the wiki of the repository. Please note that the repository is no longer actively maintained.