Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real pokemon data on map #24

Open
egazetic1 opened this issue Sep 4, 2016 · 4 comments
Open

Real pokemon data on map #24

egazetic1 opened this issue Sep 4, 2016 · 4 comments

Comments

@egazetic1
Copy link
Collaborator

Change mock pokemon data for real pokemon data.

  • Show all data PokemonData REST API sends
  • Think about what function to use ( getByTime or getByCoordinates)
@sacdallago
Copy link
Member

Remember to set the API location as a configurable parameter! :) Aka:

const uri = option.uri || "http://somethingsomething.com"

and when calling routes

http.get(uri + '/something/else')

@sacdallago
Copy link
Member

UH! and also: http and https behave differently, that should also be configurable!

@timobrembeck
Copy link
Collaborator

I think we have to wait for the issue PokemonGoers/PredictPokemon-2#60 to be fixed before we can finally implement the predictions.

@sacdallago
Copy link
Member

Is fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants