This project uses meteor's RPC on it's API.
Call the method login
passing a PokemonGO's email/username/coords and you will get back a token.
Use this token to interact with your PokemonGO's bot :)
git clone https://github.com/rafaelcorreiapoli/pokemon-bot-service.git
cd pokemon-bot-service
npm i
meteor -p 4000