Pokemon-GO-node-api icon indicating copy to clipboard operation
Pokemon-GO-node-api copied to clipboard

Pokemon GO api node.js library

Results 52 Pokemon-GO-node-api issues
Sort by recently updated
recently updated
newest added

Just got this installed and working, curious how I could go about pulling the data for the current pokemon a user has kinda like: Charizard - 1200 CP - 156...

Got the following object while trying to catch a pokémon: { Status: null, MissPercent: null }

Hi, how can i get the expiration-time and position of an pokemon in the nearby-list of a map-cell? The only information i get are DistanceMeters (all time null), EncounterId and...

As well as team_color etc... Here is what GetFortDetails returns: > { fort_id: '(correct data here)', > team_color: null, > pokemon_data: null, > name: '(correct data here)', > image_urls: [...

I am getting an error with Protobuf for what I believe is a server response message that includes a float that is enclosed in a string. The value isn't necessarily...

Using pokeAPI.CatchPokemon, I just get back a CatchPokemonResponse with a status and MissPercent. Other than checking the inventory, how do I get information (id, type, cp, etc) on the Pokemon...

Hi, sometimes reverseGeocode throws an Error ECONNREFUSED, after that I have to restart the node application otherwise I would get the same Error after any HTTP/HTTPS Request. Any Idea why...

Hello, I would like to use your node api to scan a complete zone of ~2x2 miles from an origin point. The principle is to browse some point in the...

Hello, I want to auto power up the pokemons, but I can't understand how check that pokemon doesn't have more powers up on current level.

Hey guys! Is it possible to collect the PokeStops in nearby?