All Projects → jlobos → pokemongo-genymotion

jlobos / pokemongo-genymotion

Licence: MIT license
Play Pokémon GO from your Genymotion device

Programming Languages

javascript
184084 projects - #8 most used programming language

Pokémon GO from your Genymotion device

Installation & Play!

Create a new Genymotion Device.

$ 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:

{
  "shell": "genymotion-shell",
  "location": [],
  "keys": {
    "UP": "up",
    "DOWN": "down",
    "LEFT": "left",
    "RIGHT": "right"
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].