Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

updated with new example #171

Closed Faisalnwz01 closed 8 years ago

Faisalnwz01 commented 8 years ago

Created a new example. Added config.json for configurations. This example includes the following

Config.json configuration: * Blacklist Pokemon you don't want to catch, Takes Pokedex Id; * moveAround: should the bot move around * canUseGreatBalls: should the bot use great balls, * removeDupePokemon: should the bot get rid of duplicate Pokemon, * dupeLimit: if removeDupePokemon is true, how many dupes of each Pokemon do you want to keep Features:

Used @Machiaweliczny's and @segura2010's example as an under groundwork for this PR.

Hybris95 commented 8 years ago

Shouldn't you make another repository for this project? Here is the Api

Faisalnwz01 commented 8 years ago

This is just an example of the APIs.

jdpnielsen commented 8 years ago

Thanks for the contribution @Faisalnwz01, but as @Hybris95 said, i think its a little much for an example. Might be a cool thing to create a separate module for!