This small app will list your Pokemon GO's pokemons in a table with different sort available.
- Sort by name
- Sort by name then by CP
- Sort by name then by IV
- Sort by VP
- Sort by IV
This is an improved version of previous pogo app. With web interface, sortable web output, adn PTC support.
- Install latest Node.js
- Clone this repository and cd in.
- Restore Node dependencies using
npm install
Type "gulp" then open browser to http://localhost:3000/
Pogobuf for their amazing API!