Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jlobos/pokemongo-genymotion
- Owner: jlobos
- License: mit
- Archived: true
- Created: 2016-08-08T07:57:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T20:46:51.000Z (over 7 years ago)
- Last Synced: 2024-05-06T22:34:51.657Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 19
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pokemon - pokemongo-genymotion - Play Pokémon GO from your Genymotion device. (Development Projects)
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.