Alehap / pokemon-go-map

A interactive map for pokemon GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon GO Map

An interactive map for pokemon GO.

pokemon.ellenlangelaar.nl.

screenshot of the app

Still To Do

  • Make map reload instead of reloading page
  • Map stay at the same zoom level and location after adding
  • Show amount of pokemons when filtering
  • Show amount of pokemons per type in total
  • Clean up pokemon images
  • Edit a pokestop or gym
  • Indicate if a pokestop has a lure or not
  • Optimize the loading of the map
  • Translation of frontend

How To Make It Work

Create a config.js and config.php file in the root of the site and fill the $GLOBALS['config'] array with the following, you can also see the config.example.js/php files

PHP

$GLOBALS['config'] = [
    // DATABASE
    'DBHOST' => 'localhost',
    'DBNAME' => 'database',
    'DBUSER' => 'username',
    'DBPASS' => 'password',
];

JS

var $GLOBALS = {
    'GA_ID': 'GOOGLE ANALYTICS ID'
};


About

A interactive map for pokemon GO

License:GNU General Public License v3.0


Languages

Language:JavaScript 39.9%Language:PHP 27.7%Language:HTML 23.1%Language:CSS 9.4%