PokemonGoers / PokeMap-2

The world of Pokemon GO is as big as our planet. Pokemons have been sighted on top of cliffs perched over oceans as well as in your next door coffee shop. We would like to create a world-wide interactive map that shows where Pokemons were predicted to appear. Each pokemon prediction you add to the map should have all relevant information including name, time the pokemon is predicted to appear, prediction confidence rate etc. The map should be filtered by a time range (i.e predicted to appear in the next day) as well as pokemon name and pokemon specie.
Apache License 2.0
2 stars 7 forks source link

Real pokemon data on map #24

Open egazetic1 opened 8 years ago

egazetic1 commented 8 years ago

Change mock pokemon data for real pokemon data.

sacdallago commented 8 years ago

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 commented 8 years ago

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

timobrembeck commented 8 years ago

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

sacdallago commented 8 years ago

Is fixed now