Skip to content

Commit

Permalink
Merge pull request PokemonGoF#22 from marauder37/master
Browse files Browse the repository at this point in the history
Add a FAQ and a credit for tejado
  • Loading branch information
6iz authored Jul 17, 2016
2 parents 837dafa + 48be690 commit 7b337e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

# PokemonGo Map
Live visualization of all the pokemon in your area, building off [Mila432](https://github.com/Mila432/Pokemon_Go_API)'s PokemonGo API, [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps). Proof of concept that we can load all the pokemon visible nearby given a location.
Live visualization of all the pokemon in your area, building off [Mila432](https://github.com/Mila432/Pokemon_Go_API)'s PokemonGo API, [tejado's additions](https://github.com/tejado/pokemongo-api-demo), [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps). Proof of concept that we can load all the pokemon visible nearby given a location.

Currently really rough, shows duplicate pokemon and requires refreshing page a lot (until the PokemonGo servers decide we're worthy). However, it works. Be warned, ugly ugly code ahead.

Expand All @@ -18,3 +18,11 @@ Team icons from [israelvicars](https://github.com/israelvicars/pkmn-go-emoji).
-st: steps to take

-l: location, anything that Google Maps understands.

# FAQ

* Do I need Python 2.7? Yes! Can I use Python 3.x? No!

* Can I sign in with Google? Not yet, we're working on it, until then get a Trainer Club account

* I'm on Windows, why does nothing work? See if anything in https://www.reddit.com/r/pokemongodev/comments/4t80df/wip_pokemon_go_map_visualization_google_maps_view/d5feu2f helps

0 comments on commit 7b337e8

Please sign in to comment.