# The Pokémon GO Map (Web App) for Normal(ish) People

This is a very simple [Pokémon GO](http://www.pokemon.com/us/pokemon-video-games/pokemon-go/)
Pokémap™ Web App.

Key Features
------------

* **Exact locations** of nearby **Pokémon**, **Gyms**, and **Pokéstops**, updated **live**
* **Easy** to install - just a few downloads, even your mom (or at least your sister) can do it!
* **Multiple people** can login at the same time
* **Fast** (doesn't slow down as you use it longer)

![Map](https://i.imgur.com/ZjB9lo0.jpg)

## Warnings

Using this web app may be against the Pokemon GO Terms of Service.

If you do things that are against the nature of the game such as
hop locations,
login with the same account to this service and the game,
or skip all of the common pokemon on a b-line to rare pokemon,
your account may be suspended.

# Quick and Easy Install

* First [register](https://sso.pokemon.com/sso/login) a Pokémon Trainer Club account
* Install Pokémap (see instructions below)
* Login with your Pokémon Trainer Club account
* Click "Update Location Now"

## Windows, Mac, or Linux?

Do you use **Windows**?

1. Go to <https://nodejs.org> and download and install node.js **v6.3.1** or higher **NOT v4**
2. Download and open [pokemap.zip (v1.3.5)](https://github.com/Daplie/node-pokemap/files/399927/pokemap-2016-08-03.zip)
3. Double click `windows-pokemap.bat` to run the program
4. Go to <https://localhost.daplie.com:3443>

Do you use **Mac**?

1. Go to <https://nodejs.org> and download and install node.js **v6.3.1** or higher **NOT v4** (or run `curl -L bit.ly/nodejs-min | bash`)
2. Download and open [pokemap.zip (v1.3.5)](https://github.com/Daplie/node-pokemap/files/399927/pokemap-2016-08-03.zip)
3. Double click `mac-pokemap.command` to run the program
4. Go to <https://localhost.daplie.com:3443>

Do you use **Linux**?

1. Install node.js **v6.3.1** or higher **NOT v4**
  * Run this in Terminal: `curl -L bit.ly/nodejs-min | bash`
  * Or go to <https://nodejs.org> and figure it out the hard way.
2. Download and open [pokemap.zip (v1.3.5)](https://github.com/Daplie/node-pokemap/files/399927/pokemap-2016-08-03.zip)
3. Double click `linux-pokemap.desktop` to run the program (or run `linux-pokemap.bash` in Terminal)
4. Go to <https://localhost.daplie.com:3443>

# Instructions for Teachers and Technical People

See <https://github.com/Daplie/node-pokemap>

# Problems?

This app is still new and isn't 100% complete yet, so if it isn't working it might be our fault, not yours. Let us know and we'll sort it out.

Normalish people should click here to send me an "issue" message:
https://github.com/Daplie/pokemap-webapp/issues

More technical people know what to do, but please do it here:
https://github.com/Daplie/node-pokemap/issues
