brentschooley/pokespotter

Got nothing

Opened this issue · 2 comments

var Pokespotter = require('pokespotter')('----', '----', 'google');
Pokespotter.get('Central Park, New York').then(function (pokemon) {
console.log(pokemon);
});

Report

You should save your Pokemon GO credentials in Environment variables rather than passing them in the code.
Store them as PGO_USERNAME, PGO_PASSWORD, and PGO_PROVIDER and you don't have to pass them anymore.
[]

What happen if you set your environment variables as the message says?

Try the latest version. We had to make some changes due to the recent changes in the API. Should be good to go now.