Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlobos/pokemongo-genymotion

Play Pokémon GO from your Genymotion device
https://github.com/jlobos/pokemongo-genymotion

Last synced: 3 months ago
JSON representation

Play Pokémon GO from your Genymotion device

Awesome Lists containing this project

README

        




# Pokémon GO from your [Genymotion](https://www.genymotion.com/) device

# Installation & Play!

Create a new [Genymotion Device](https://youtu.be/dwIoSGmupWM).

```sh
$ git clone https://github.com/jlobos/pokemongo-genymotion.git
$ cd pokemongo-genymotion
$ npm install
$ npm start
```

# Configuration

Add your perfect settings in the file `config.json`:

```json
{
"shell": "genymotion-shell",
"location": [],
"keys": {
"UP": "up",
"DOWN": "down",
"LEFT": "left",
"RIGHT": "right"
}
}
```

* `shell` [Genymotion Shell](https://docs.genymotion.com/Content/04_Tools/Genymotion_Shell/Starting_Genymotion_Shell.htm)
* `location` Initial geolocation.
* `keys` Controls.