tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

add an example to search for pokemon in a spiral from starting location #52

Closed nickblt closed 8 years ago

nickblt commented 8 years ago

I'm hoping this can be the base for a lot of other work. It wouldn't be hard to pile on mapping from here. One step closer to a lot cleaner version of the maps that are out there at the moment.

Let code be the best documentation

tejado commented 8 years ago

Great! :)

elicwhite commented 8 years ago

@nletourneau Perhaps it would be valuable to extract out the core of the spiral functionality into a standalone module that could be used directly with an instance of pgoapi. Instead of having all of these scripts copying and pasting code from the example. I think it would be a great abstraction.

nickblt commented 8 years ago

@TheSavior definitely, just takes time and the speed of dev across this repo and the map ones is pretty fast. I wanted to get this out there since there seemed to be some demand for a starting point like this.