Skip to content

Ceres87/PokemonGo-DesktopMap

 
 

Repository files navigation

Pokémon GO - Live Map

Electron app that bundles the great PokemonGo-Map project with an HTML UI and Python dependencies. Shows live visualizaiton of Pokémon in an area.

Getting Started

Running the application is easy! You can download the latest version from the Release page.

Once you have downloaded the appropriate ZIP file for your platform, extract it and run "Pokemon GO Live Map" and follow the instructions.

Development Environment

Development is currently done on OS X and tested on Windows 10. To get started, you'll need to install NodeJS, Python 2.7, pip, and virtualenv. With Homebrew, I use:

brew install python node
pip install virtualenv
npm install

To run the project, run:

npm start

Contributing

All contributions are welcome. If you would like to improve the map backend, please see the package branch on the PokemonGo-Map repo.

Licensing

This project is licensed under the MIT License.

About

Electron App around PokemonGo-Map

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%