PGM-MultiLoc
A tool to visualize coverage of multiple instances of PokemonGo-Map
Run It
Install Locally
- Clone the repository locally
- Edit the default values in
src/scripts/config.ts
per your preferences
- Run
npm install
- Open
dist\index.html
in your browser.
Developing
- Run
npm run watch
.
- Changes will be watched by gulp and rebuilt as you save changes.