README
pokego-rater-cli
Command line tool to get actual IV values of your Pokemon in Pokemon Go.
Setup
First run npm install
to install dependencies. Then create a credentials.json
based on the example.
Credentials Fields:
provider
- must be eithergoogle
orpokemon-club
location
- mostly irrelevant for now but required to be thereusername
- email address associated with the google/pokemon-club accountpassword
- account password (if you're using 2 step auth with Google see: https://support.google.com/accounts/answer/185833)
Usage
node pokemon
Prints all Pokemon in alphabetical order, ranked by IV total then CP.
node pokemon <pokemon name>
Prints all of that kind of Pokemon in alphabetical order, ranked by IV total then CP.