Open egazetic1 opened 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')
UH! and also: http and https behave differently, that should also be configurable!
I think we have to wait for the issue PokemonGoers/PredictPokemon-2#60 to be fixed before we can finally implement the predictions.
Is fixed now
Change mock pokemon data for real pokemon data.