-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
[]
Metadata
Metadata
Assignees
Labels
No labels