Web View for OpenPoGoBot and PokemonGo-Bot
This project is a module of OpenPogoBot and PokemonGo-Bot.
In case the module version has not been updated on those projects, you can run the following to update it:
$ cd OpenPoGoBot
$ git submodule foreach git pull origin master
In the event that there is nothing in your web folder and the above doesn't do anything run the following:
$ cd OpenPoGoBot
$ git submodule init
$ git submodule update
Copy the userdata.js.example to userdata.js and update your settings
YOU WILL NEED A GOOGLE MAPS API KEY Get one here
If you want to serve this as a webpage you will have to set up a webserver, for example:
$ cd OpenPoGoBot\web
$ python -m SimpleHTTPServer
This will enable you to view your page on http://localhost:8000
If you would like to contribute please review OpenPoGo's contributing guidelines and submit a pull request.