Giter VIP home page Giter VIP logo

Comments (13)

loretoparisi avatar loretoparisi commented on July 18, 2024 1

Woah it worked!

[i] Logging with user: xxxxx
[i] Received API Endpoint: xxxxxx
[i] Current location: Times Square
[i] lat/long/alt: : 40.759011 -73.9844722 0
[i] Logged in!
[i] Username: xxxxx
[i] Poke Storage: 250
[i] Item Storage: 350
[i] Pokecoin: 0
[i] Stardust: 100

💯

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

can you please give me your location object?

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

I used the example one:

//Set environment variables or replace placeholder text
var location = process.env.PGO_LOCATION || {'type':'name','name':'Times Square'};

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

I have also tried like this

var location = process.env.PGO_LOCATION || {'type':'address','name':'New York, Times Square'};

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

try with an other location name near you, full address maybe

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

@Armax and what about the type value?

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

The type value should be "name" or "coords" we are updating our docs, anyway just tested with the one provided in the example and I didn't get any errors, I will look at it more now

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

@Armax I'm using Google oauth

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

Google oauth is not implemented yet, this is why you get the error, we are doing it right now

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

@Armax ah so 👍 let's wait then :)

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

we now have Google auth, just set
var username = process.env.PGO_USERNAME || '[email protected]'; var password = process.env.PGO_PASSWORD || 'password'; var provider = process.env.PGO_PROVIDER || 'google';

from pokemon-go-node-api.

loretoparisi avatar loretoparisi commented on July 18, 2024

@Armax Great, just fix the require in the example:

var Pokeio = require('pokemon-go-node-api')

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

The example pick the module from the same directory and the file is called poke.io.js, anyway I will fix it in the next commit :)

from pokemon-go-node-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.